I'm getting a syntax error with IMPORT...Why?
Jay Ashworth
jra at baylink.com
Mon Feb 14 13:04:15 PST 2011
----- Original Message -----
> From: "Boaz Bezborodko" <boaz at mirrotek.com>
> I'm still in the process of writing the code. This is occurring when
> Filepro is saving and compiling the code.
>
> It's not the first time I'm doing IMPORT programming, but this is the
> first time I've come across an error for what looks to me to be a
> perfectly acceptable syntax.
If I had to guess, I would say it's because you're declaring caltag *after*
you're trying to use it; it's not in the symbol table yet. I've had problems
like that with fP, though it's been 4 or 5 years since I was active.
Try moving your subroutine definition to the top of the table, and jumping
past it at runtime, and see if that clears up your problem.
Cheers,
-- jra
More information about the Filepro-list
mailing list