Post Reply 
Save or delete app in app library?
10-04-2015, 03:02 PM
Post: #3
RE: Save or delete app in app library?
Well, as long as we are being inventive, why not use arguments for the existing STARTAPP() function?:

STARTAPP("Your name", [n]);

Where the optional [n] might be:

[0] Deletes app named "Your name"
[1] Clears contents of app named "Your name"
[2] Creates a new app named "Your name"

No optional argument would just make STARTAPP("Your name") the current app.

Perhaps, these suggestions will serve as inspiration for those so empowered.

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Save or delete app in app library? - DrD - 10-04-2015, 11:13 AM
RE: Save or delete app in app library? - DrD - 10-04-2015 03:02 PM



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