Hi all,
A
I am trying in VB to sort a variable txtstring and return as a string the result.
For example I have:
txtstring="B,A,C" (or 1c,1a,1b or just numbers "3,7,2,1,4,5,6")
And I would like to sort the string to read
txtstring="A,B,C"
I have tried the split function, but am not quite sure what it is supposed to do.
Any help would be much appreciated
Thanks
Marion
A
I am trying in VB to sort a variable txtstring and return as a string the result.
For example I have:
txtstring="B,A,C" (or 1c,1a,1b or just numbers "3,7,2,1,4,5,6")
And I would like to sort the string to read
txtstring="A,B,C"
I have tried the split function, but am not quite sure what it is supposed to do.
Any help would be much appreciated
Thanks
Marion