Buzz Kettles wrote:
my solution:
get one of these chars (usually the first char in a line) & use
charToNum to get it's 'num' so you know what you are looking for (I
seem to remember it was a 9 or an 11).

almost, it's 10 :-)
PC line ending: CR LF
Mac line ending: CR
*nix line ending: LF

CR = numtochar(13)
LF = numtochar(10)


Cheers,
Valentin
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[email protected]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to