Hi.
I've searched the daniweb question database, and was not satisfied with solutions I found there.
I have a string that looks like this...
"100 1.745329252 0.984807753 -0.173648178 -5.67128182"
not exactly words, but I want to select say, the third "word" of this string (0.984807753) into a variable. The whitespaces make it a little more taxing. How should I go about doing this?
Thanx in advance.