Hello everyone, does anyone know the easiest way to sort (ascending) a variable that contains the values:
c001 c002 c004 c003
The values are delimited by whatever is needed, currently it is by space. Im learning that in VB script I can not just push them into an Array and use a "sort" command. You actually have to write the sort procedure (unlike PERL). I have found info on a quick sort and bubble sort but both seem complicated and Im having trouble following and determining what I really need.
thanks very much,
matt
c001 c002 c004 c003
The values are delimited by whatever is needed, currently it is by space. Im learning that in VB script I can not just push them into an Array and use a "sort" command. You actually have to write the sort procedure (unlike PERL). I have found info on a quick sort and bubble sort but both seem complicated and Im having trouble following and determining what I really need.
thanks very much,
matt