Absolutely weirdest problem
Kenneth Brody
kenbrody at bestweb.net
Mon May 8 06:34:34 PDT 2006
Quoting Howard Wolowitz (Sat, 6 May 2006 12:57:41 -0400):
[...]
> If: sf="qu"
> Then: wb=qa{; goto wbt
>
> Notice there is nothing after the { - which is, of course, an error.
>
> But, the table passed the syntax check so I didn't notice the typo and
[...]
Note that I was able to duplicate the (lack of) error here using the
files you sent me. While I haven't yet looked further into it, by
examining the tok file it generated, I can see that what's happening
is that filePro thinks you are attempting to access a USER program
with a null name. (Which, of course, cannot exist.)
That it, it's compiling it as if it were:
USER null_user_command_name = something
...
wb = qa { null_user_command_name ; goto wbt
Where "null_user_command_name" is a null string.
So, yes, this definitely falls under the "very weird" category.
--
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