Swap , reverse string ..need help

kerek2

Member
Joined
Jan 18, 2009
Messages
9
Programming Experience
Beginner
hi,

I'm still stuck for this method...actually i need to rearrrange all the output to new location ...the item like below:-

' Textbox1.text = 12 34 56 78

For textbox 2 i need to arrange it like this :-

'Textbox2.text = 78 56 34 12


How to do it?...i'm already headache...plz....:(
 
I'd like to see you give it a go first. You can read the MSDN Library documentation for each of those method to see how they work and then make an attempt. If it doesn't work I'll be happy to help you from there.
 
Back
Top