More specific question on @SK
Kenneth Brody
kenbrody at spamcop.net
Sat Aug 13 17:00:27 PDT 2011
On 8/13/2011 6:20 PM, Jeff Harrison wrote:
> ----- Original Message -----
>
>> From: Kenneth Brody<kenbrody at spamcop.net>
[...]
>> TheTop If: @sk = "save"
>> 1 Then: mesgbox "Here we are at TheTop with SAVE" ; end
>> If:
>> 2 Then: mesgbox "Here we are at TheTop with @sk='"& @sk
>> & "'" ; end
>> @wlf* If: @sk = "save"
>> 3 Then: goto TheTop
>> If:
>> 4 Then: end
[...]
> I would expect the message box on line 1 to execute twice. Once
> as part of the when processing, and then again as part of the
> regular input processing. I have not tried it however to verify.
Well, let me congratulate you for being the first person to answer that line
1 will be reached twice, for the reasons you stated.
However, the rest of your statement is incorrect.
--
Kenneth Brody
More information about the Filepro-list
mailing list