screen command

Kenneth Brody kenbrody at spamcop.net
Sat Nov 20 12:52:05 PST 2010


On 11/20/2010 12:48 PM, Dennis DIller wrote:
> Ken Thanks for the input
> But here is what is happening
> again THANKS"
> Denny
> When I use the gosub I'm in another screen inputing data

Well, you never mentioned before that you were switching screens within the 
subroutine.

And, given that SCREEN will end the @WUK event, anything following the 
SCREEN command is irrelevant.

> If after the gosub I use the end command I end up in the same screen I was
> in from the gosub Screen 4,ta "I want to be in screen 2,aa or screen 2,ab
> where ever since I'm using @wuk*

See above, re: SCREEN in @WUK.

> when I use the debuger I'm seeing @wlf processing so I thought I could use
> this command since 00 is hold screen data
>
> If : oo ne ""
> then screen (oo) " I still get a error message screen.2,aa file does no
> exist" "SCREEN.2,AA

Re-quoting my previous message:

>> The command that you _think_ you want is:
>>
>>     screen (oo)
>>
>> However, that's not what you want either, since field oo doesn't contain the screen name.  (Rather it contains the screen name, a comma, and a field number.)


[...]

-- 
Kenneth Brody


More information about the Filepro-list mailing list