Post Reply 
Creating App Variables
12-26-2013, 02:13 PM (This post was last modified: 12-26-2013 02:16 PM by Michael de Estrada.)
Post: #2
RE: Creating App Variables
You can do this as follows:

1. Take any App, say Spreadsheet, and save it under a different name, say Test.

2. Select it as the active App and go to the Program Catalog. It will appear at the top of the list as Test (App).

3. Open it in the editor and you will see the program template. Insert your desired bound variable at the top, e.g.:

App_Test_Var;
EXPORT TEST()
BEGIN

END;

4. Exit the editor and return to Home or CAS view. You will find this variable bound to this App:

Vars > App > Test > Program > App_Test_Var
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Creating App Variables - jgreenb2 - 12-26-2013, 01:44 PM
RE: Creating App Variables - Michael de Estrada - 12-26-2013 02:13 PM
RE: Creating App Variables - jgreenb2 - 12-26-2013, 03:31 PM
RE: Creating App Variables - Tim Wessman - 12-26-2013, 03:41 PM



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