Zargo
Programmer
- Mar 21, 2005
- 109
Hi,
I'm using 2 pages of codes to convert a string with delimiters(,) into another string...
How can we smartly convert 123,abcd,987 into '123','456','abcd','987'
I'm using arrays to put the values into the array and cut the string...maybe there is a better way...
A star for the smartes part of code...
Thanks in advance..
I'm using 2 pages of codes to convert a string with delimiters(,) into another string...
How can we smartly convert 123,abcd,987 into '123','456','abcd','987'
I'm using arrays to put the values into the array and cut the string...maybe there is a better way...
A star for the smartes part of code...
Thanks in advance..