Dictionary Functions and Methods
Alpha Five provides the following Dictionary functions and methods. The DICTIONARY.CREATE()and DICTIONARY.OPEN() methods return standard table pointers, which means that you may use other table methods to work with the dictionary.
Method |
| Description |
V5 | Reads the Xbasic code associated with an object into a character variable. | |
V5 | Writes the Xbasic code associated with an object into a dictionary. | |
V5 | Creates a new data dictionary. | |
V5 | Returns a CR-LF delimited list of filtered records from a dictionary. | |
V5 | Opens the data dictionary for the current table or set, returning an object pointer, <DICTIONARY>, for the data dictionary file. A dictionary is a table, so Table Functions and Methods also apply. | |
V5 | Copies structure information from one dictionary to another. | |
V5 | Updates a data dictionary. |
See Also