Advertising banner:

History
 
 RunApp
Home • Help • A0 • Customization Tools • FCAS • Language Reference • RunApp
 
RunApp (BASIC command)
Purpose
Runs a built and loaded application in a new application environment space.
Syntax
RunApp ("AppName" [, "StartUpString"])


AppName
The application name.
StartUpString
Any valid string expression. This string is passed to the launched application as the StartupString value in the launched application.

Example
RunApp("Calc")                  'Launches the Calc application
RunApp("Order", "buy 12")       'Launches the Order application with the startup string "buy 12"'