deep
08-11-2003, 06:45 PM
Hi,
I got this string that looks exactelly like this with 2 spaces:
"hello 532 there"
Now, the problem Im having is that I need to cut out the 532 from the string and place this text into a variable. The number 532 can be ANY number (example: 1, 23, 234289)! So we have to count the characters somehow untill we find the second space and extract the exact number... how do I do this?
I would appreciate an example very much!!
Thanks!!
I got this string that looks exactelly like this with 2 spaces:
"hello 532 there"
Now, the problem Im having is that I need to cut out the 532 from the string and place this text into a variable. The number 532 can be ANY number (example: 1, 23, 234289)! So we have to count the characters somehow untill we find the second space and extract the exact number... how do I do this?
I would appreciate an example very much!!
Thanks!!