DECLARE (was Re: Filepro-list Digest, Vol 78, Issue 28)

Kenneth Brody kenbrody at spamcop.net
Thu Jul 22 12:09:32 PDT 2010


On 7/22/2010 2:45 PM, Boaz Bezborodko wrote:
[...]
> Have you used Debug to go through it line by line?  Filepro won't
> recognize a declared variable until it hits the DECLARE command on a
> line.  If so then the logical conclusion is that it must have hit this
> variable before the DECLAREs you are looking at.  Debug will let you see
> if it ever happens before getting to line 14.

DECLARE generates no executable code, and need not be reached during execution.

-- 
Kenneth Brody


More information about the Filepro-list mailing list