readline syntax error

Kenneth Brody kenbrody at bestweb.net
Wed May 7 12:26:29 PDT 2008


Quoting GCC Consulting (Wed, 7 May 2008 15:23:11 -0400):

> Apparently my follow up post did not reach the list.
>
> Problem was that ab was uncast.  When I added   
> ab(1024,*)=readline(aa,ab), the syntax error disappeared.
>
> Ken, ab is only referenced in this part of the program.

The problem is not that ab was "uncast", but "undefined".  The code snippet
you included had only one reference to "ab" -- inside the READLINE() call.
If you never actually defined a variable "ab", then it is a syntax error to
attempt to pass the non-existent field to 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