How would i go about making a string that says "12345678" make it output to "78563412". so what i want it to do is make it sort of "mirror" the string if you understand what i am saying. also i would like to know how to take something like "1234567812345678" and make it output to say
so basically make it into two separate lines. it would be more useful if you could take every 8th digit and cut it into another string if possible.Code:12345678 12345678
i understand i am asking for a lot but any help would be very useful.
thanks.
Last edited by afiser; 05-24-2007 at 07:57 PM.
You might want to look up the "Mid" function for chopping up strings - Mid(inputString, start, length) gives you the next "length" characters in "inputString", starting from character number "start".
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks