Split function
-
hi everyone, I have one problem while using this split function in vb.net. actually my requirement is i have a valuepath of my treeview control. and i have to split it in a reverse direction. Ex. M002/67/03/26/21..... i want this to be split in reverse like i have to get the date of 21 next 26 next 03 like that hope u all understand my need.. waiting for ur replies... thanks Prasad.M
-
hi everyone, I have one problem while using this split function in vb.net. actually my requirement is i have a valuepath of my treeview control. and i have to split it in a reverse direction. Ex. M002/67/03/26/21..... i want this to be split in reverse like i have to get the date of 21 next 26 next 03 like that hope u all understand my need.. waiting for ur replies... thanks Prasad.M
You cannot split in reverse... You should split the string, and than either loop through the array in reverse order, or reverse the array and loop through the array
.: I love it when a plan comes together :. http://www.zonderpunt.nl