readline syntax error

Kenneth Brody kenbrody at bestweb.net
Wed May 7 15:15:28 PDT 2008


Quoting GCC Consulting (Wed, 7 May 2008 17:28:33 -0400):

>> From: Kenneth Brody [mailto:kenbrody at bestweb.net]
[...]
>> Quoting Richard Kreiss (Wed, 7 May 2008 15:41:42 -0400):
>>
>> > I again misquoted myself.
>> >
>> > The code was:
>> >
>> > Xx=readline(aa,ab)
>> > If:ab eq ""
>> > Then: RETURN
>>
>> As I said previously (see below, since you are top-posting), you never
>> created a field "ab" in the above code.  Because there is no such field,
>> you cannot pass it to readline().  Hence, the syntax error.  The reason
>> you got it at readline() is because that is the first reference to this
>> non-existent field.
>
> In this case must ab() be declared prior to readline or can it be   
> anywhere in the processing table?
[...]

(Anyone who's known me for a while can see this reply coming a mile away.)

What happened when you tried declaring ab after the readline?

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