Search found 2 matches
- Mon Apr 10, 2006 7:46 pm
- Forum: Beginners
- Topic: identifying integers or strings
- Replies: 1
- Views: 4131
identifying integers or strings
Hello, I'm parsing data. Some of the data are integers, some strings, but there's not a predictable format to it - I need a way to tell if a variable is holding integer or string data. Rough example: Separate>line, ,linedata If>linedata_1 is-an-integer then Let>var2=lindata_1*3.1.1459 Endif This kin...
- Mon Apr 10, 2006 3:29 pm
- Forum: Beginners
- Topic: gotta keep 'em separated
- Replies: 1
- Views: 4133
gotta keep 'em separated
NEVERMIND - the answer is: , , <- there's a blank between the commas
Hello,
I wish to Separate a line using white space as the delimeter. How do I go about doing that? I've tried " ", ' ', and just leaving it empty and these are not working.
Thanks a lot,
John
Hello,
I wish to Separate a line using white space as the delimeter. How do I go about doing that? I've tried " ", ' ', and just leaving it empty and these are not working.
Thanks a lot,
John