Re Exit values

Kenneth Brody kenbrody at spamcop.net
Thu Aug 27 16:18:05 PDT 2015


On 8/27/2015 6:32 PM, Richard Kreiss wrote:
>> -----Original Message-----
>> From: Kenneth Brody [mailto:kenbrody at spamcop.net]
>> Sent: Thursday, August 27, 2015 6:24 PM
[...]
>>> I am not sure what the problem is but is may be that if: @sk= "BRKY"
>>> may not be executing.
>>>
>>> When I have the debugger on the program exits as soon as <ESC> is
>>> pressed.  The program never gets to the @sk="BRKY" if line to show as
>>> true.  I am not sure if this is proper behavior or not.
>>
>> Where is that line?
>
> 107  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
> @wlf1  ◄ If: '*************************
>         Then: '*
[...]
> 110  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
>         ◄ If: @sk = "BRKY"
>         Then: EXIT "50"
[...]

If you break out of update mode, @WLF isn't triggered, since you're 
cancelling update.  (And, even if it were, it wouldn't trigger @WLF1 unless 
you were in field 1 at the time, obviously.)

-- 
Kenneth Brody


More information about the Filepro-list mailing list