Language Reference - A to Z
This is an alphabetical list of statements and functions. The interpretation of each entry is as follows:
| Syntax |
Many statements and functions have arguments. These are indicated by place holders and appear in italics. Some arguments are optional and may be omitted. These are enclosed in square brackets. |
| Action |
[Function or Statement] Brief description and summary of use. |
| Scope |
There may be restrictions on where you can use a statement or function. |
| Notes |
Equinox is very flexible in the use of data types. eg If you supply a numeric argument instead of a string, Equinox automatically converts it. |
| Category |
A quick reference to related functions and statements. |
| See also |
Hot-links to related statements and functions. |
| Example |
A short piece of code which you may cut-and-paste into your application. |