Hi all,
I'm looking to split a String in vb into its seperate characters and store the characters into seperate variables.
ie split the string '4t6up'
into the following
letter1 = '4'
letter2 = 't'
letter3 = '6'
letter4 = 'u'
letter5 = 'p'
I appreciate there is prob some easy way to do this lol, but any help would be great.
Thanks


LinkBack URL
About LinkBacks
Reply With Quote
) but would this be a slightly more straightforward way of achieving what you want?