Posted by zek2005 on 01/14/06 22:39
Hi friends!
I have a varchar field in my DB with numeric values separates by
spaces. I need to extract the numbers to create an array.
Example 1: 1820 1823 1825 --> need to be transform into
1820
1823
1825
Example 2: 1 5 21 31 <<> must be transform into
1
5
21
31
The difference between ex 1 and 2 is that there might be different
length between numbers.
Can anyone help me???
Thank you very much,
Ezequiel
[Back to original message]
|