Reading From File
Posted: Thu Oct 16, 2008 8:56 pm
I am reading data from a file which uses '*' as a separator between fields. When I put 'it' into my field, it includes my separator. How would I prevent the separator from being added.
Data:
12345*6789*
read from file "settings.dat" until "*"
put it into field "Total1"
value of Total1 is 12345*. I require the value to be 12345.
Thanks!
Warren
Data:
12345*6789*
read from file "settings.dat" until "*"
put it into field "Total1"
value of Total1 is 12345*. I require the value to be 12345.
Thanks!
Warren