More specific question on @SK

Kenneth Brody kenbrody at spamcop.net
Sat Aug 13 16:53:15 PDT 2011


On 8/13/2011 5:43 PM, flowersoft at compuserve.com wrote:
> Ken, again with the msgbox?

Well, that's where we left the off-list discussion, as your "real" 
processing was using @WLF*.  (Though, as I recall, you originally had an 
INPUT, not MESGBOX.)

And, given your original "is this a known bug" question, I felt the need to 
keep the "END" statements as well.

[...]
> 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
[...]

-- 
Kenneth Brody


More information about the Filepro-list mailing list