Post Reply 
Creating App Variables
12-26-2013, 03:41 PM
Post: #4
RE: Creating App Variables
If you'd like there to be certain default values, you just need to initialize to those values in the source. Remember though, that happens on *compile* time of the program source file - not on runtime.

App_Test_Var:=42;

TW

Although I work for HP, the views and opinions I post here are my own.
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 - 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)