Return without a gosub

Kenneth Brody kenbrody at spamcop.net
Tue Mar 1 20:25:47 PST 2011


On 3/1/2011 10:46 PM, Richard Kreiss wrote:
[...]
> Question: how many lines of code with some gotos before filePro loses track
> of a label used on the if line.
[...]

An infinite number of lines can be executed, as filePro never "loses track 
of a label".  When processing starts, all labels are set to "false", and the 
only way this changes is to execute the line with the label on it.

And by "when processing starts", I don't mean things like @wef and the like. 
  Rather, I mean processing itself starting, such as when you are sitting at 
the "enter selection" prompt and press a key which starts processing, or 
upon entering update mode.

-- 
Kenneth Brody


More information about the Filepro-list mailing list