Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b> memory variable handling</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Memory Variable Handling
-------------------------------------------------------------------------------
 Reference Item| Description
               |
 ACCEPT        | Place keyboard input into a memory variable
 CLEAR ALL     | Close files and release public and private variables
 CLEAR MEMORY  | Release all public and private variables
 DECLARE       | Create and initialize private memory variables and arrays
 INPUT         | Enter the result of an expression into a variable
 LOCAL         | Declare and initialize local variables and arrays
 MEMVAR        | Declare private and public variable names
 MEMVARBLOCK() | Return a set-get code block for a given memory variable
 PARAMETERS    | Create private parameter variables
 PRIVATE       | Create and initialize private memory variables and arrays
 PUBLIC        | Create and initialize public memory variables and arrays
 STATIC        | Declare and initialize static variables and arrays
 RELEASE       | Delete public and private memory variables
 RESTORE       | Retrieve memory variables from a memory (.mem) file
 SAVE          | Save variables to a memory (.mem) file
 STORE         | Assign a value to one or more variables
-------------------------------------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson