C |
Index: C D S Code |
CLEAR | DEPRECIATED. Used to clear all variables. This hides typographic errors in variables and is considered poor programming practice. |
COMMON | Used to declare variables which persist after the completion of a called routine. |
COUNT | Counts the number of delimiters. |
D |
Index: C D S Code |
DATE | Returns the current date in internal format. |
DCOUNT | Counts the number of delimited fields. |
DEBUG | Invokes step-through mode for testing. |
S |
Index: C D S Code |
STR | Creates a repeating string. |
SYSTEM | This is a way to get a lot of different data from the system. Some is generic to the entire system, some is specific to the state of your session. |
Code |
Index: C D S Code |
COUNT | Example of different counting options. |
| | |