Variable Functions and Methods
Alpha Five provides the following functions and methods for working with variables.
Function or Method |
|
Description |
V6 |
Creates an array with the difference between two property strings. | |
V5 |
Displays the Global Variables dialog box, which allows you to edit, add, or delete global variables. | |
V5 |
Removes user defined settings from a data dictionary. | |
V5 |
Loads settings that are stored in a dictionary. | |
V5 |
Reads a variable from a library. | |
V5 |
Saves a variable to a library. | |
V5 |
Allows you to read and write pointer variables. | |
V5 |
Creates a file from the contents of a dot variable. | |
V5 |
Creates and populates a dot variable with the contents of a file. | |
V5 |
Returns a pointer to the collection of global variables. | |
V5 |
Returns a pointer to the collection of local variables. | |
V5 |
Determines whether Property exists within Dot_Variable. | |
V5 |
Returns a CR-LF delimited string of properties of a "dot" variable. | |
V6 |
Converts a dot variable and its elements to a blob variable. | |
V5 |
Initializes the values in a "dot" variable from a string created by PROPERTY_TO_STRING() or FILE.TO_PROPERTY(). | |
V5 |
Assigns the sub-elements of one "Dot" variable to another. | |
V6 |
Converts a blob variable previously created by PROPERTY_FROM_BLOB() into a dot variable. | |
V5 |
Converts a "dot" variable to a string. | |
V6 |
Substitutes the variables in a "dot" variable with their actual values. | |
V5 |
Returns a pointer to the collection of session (or shared) variables. |