crazybeans128
Programmer
So I have this form people fill out, and when I write it into the file, I want the content of a text box to be inversed.
To be more specific, you have, for instance, 3 lines.
Line 1
Line 2
Line 3
I want to then invert these into
Line 3
Line 2
Line 1
and then I will write them into the file.
To be more specific, you have, for instance, 3 lines.
Line 1
Line 2
Line 3
I want to then invert these into
Line 3
Line 2
Line 1
and then I will write them into the file.