History |
RunApp (BASIC command)
Purpose
Runs a built and loaded application in a new application environment space.
Syntax
RunApp ("AppName" [, "StartUpString"])
Example
RunApp("Calc") 'Launches the Calc application
RunApp("Order", "buy 12") 'Launches the Order application with the startup string "buy 12"'
| ||||||