Brian...
You're still are using MID$( ) incorrectly. In fact, these lines all
get the same result as they each try to get the value from variable
lineStr starting at position 2. (which in "IN ......" and results in
a zero numeric value.
Sz1 = VAL(MID$(lineStr,2))
Sz2 = VAL(MID$(lineStr,2))
Sz3 = VAL(MID$(lineStr,2))
Sz4 = VAL(MID$(lineStr,2))
You need to read up on the correct use of MID$ and related functions
in order to use them well and get the results you seem to want. See
the help files and several other recent posts on this and related
topics that you've asked about. Print out all the answers and read
them over. Carefully. Keep them for reference. The answer to parsing
your instructions is there.
--
- Stu Cram, OGSS
http://Gym-Score-Depot.ca
--
To unsubscribe, send ANY message to: futurebasic-unsubscribe@...