Post Reply 
STARTVIEW and Programming
04-07-2021, 02:54 PM
Post: #3
RE: STARTVIEW and Programming
It leaves the startview as it's final destination.

Check this code out:

Code:
EXPORT teststartview2()
BEGIN
 MSGBOX("before startview");
 STARTVIEW(2);
 MSGBOX("after startview");
 INPUT(A);
 B:=A+1;
 PRINT("B = "+STRING(B));
END;
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
STARTVIEW and Programming - Eddie W. Shore - 04-06-2021, 12:17 AM
RE: STARTVIEW and Programming - roadrunner - 04-07-2021, 12:26 AM
RE: STARTVIEW and Programming - Eddie W. Shore - 04-07-2021 02:54 PM
RE: STARTVIEW and Programming - C.Ret - 04-07-2021, 07:36 PM



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