GOSUB and SCREEN
Tyler
tyler.style at gmail.com
Fri Feb 17 14:18:41 PST 2006
Thanks Bill, that illustrates it very well. I tend to think of / use screen
as being a handy way to position the cursor, not a sort of shelling out
process, so tt wouldn't be the behaviour I would intuit.
Tyler
Message: 1
Date: Fri, 17 Feb 2006 16:37:19 -0500
From: "William Randall" <wrandall at fptech.com>
Subject: Re: GOSUB and SCREEN and closer reading....
To: <filepro-list at lists.celestial.com>
Message-ID: <08ac01c6340a$54fb4af0$cd00a8c0 at bill64>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=original
I used this in a class that I gave to demonstrate filePro logic on the
screen command. If you try it, you might understand it better or you may
just understand from reading it.
top:::
::msgbox "Now I am proceessing from the top of the table where I belong":
::end:
@keys:::
::gosub chkthis:
::msgbox "Made it back to where I started" ; goto top:
chkthis:::
::screen "0":
::msgbox "I came back here":
::msgbox "I think I should return" ; return:
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.celestial.com/pipermail/filepro-list/attachments/20060217/acc1a849/attachment.html
More information about the Filepro-list
mailing list