readline syntax error
Richard Kreiss
rkreiss at gccconsulting.net
Wed May 7 09:30:46 PDT 2008
I am getting a syntax error with the following code:
43 ------- - - - - - - - - - - - - - - - -
◄ If: 'start reading this file in
Then: pfile="session.txt"
44 ------- - - - - - - - - - - - - - - - -
◄ If:
Then: aa=open(pfile,"rt")
45 ------- - - - - - - - - - - - - - - - -
◄ If: aa lt "0"
Then: BEEP;ERRORBOX "Process File Not found";EXIT
46 ------- - - - - - - - - - - - - - - - -
loop ◄ If:
Then: xx=readline(aa,ab)
Session.txt is created prior to line 44 executing.
Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
More information about the Filepro-list
mailing list