Post Reply 
startapp () question
01-09-2016, 03:33 PM
Post: #1
startapp () question
Is startapp (..) a "CALL" or a context switch?
I note there is no "endapp".

A program in MYAPP calls DOPLOT (..) repeatedly
to animate the plot:

DOPLOT (fun)
BEGIN
STARTAPP ("FUNCTION");
.....change Function F1:=fun
STARTVIEW (1,1);
WAIT (1);
STARTVIEW( "MYAPP");
END;


This all works fine but am I winding up some sort of stack or is this legitimate?

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
startapp () question - ji3m - 01-09-2016 03:33 PM



User(s) browsing this thread: 1 Guest(s)