readline syntax error

Kenneth Brody kenbrody at bestweb.net
Wed May 7 09:51:47 PDT 2008


Quoting Richard Kreiss (Wed, 7 May 2008 12:30:46 -0400):

> I am getting a syntax error with the following code:

Which line gets the error, and where is the arrow pointing?

> 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)

I'll take a wild guess, but given your subject says "readline syntax
error", I am assuming that the error is on line 46?

Is field ab referenced anywhere else?

> Session.txt is created prior to line 44 executing.

Is this a syntax error, or a runtime error?

-- 
Read the truth behind the movie "Expelled" at <http://www.ExpelledExposed.com>
--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list