Structure and syntax of a macro
A macro is made up of comments and macro
commands. Macros must conform to the following rules:
- The macro language is case-sensitive, as
are the names of all fields, windows, forms and other
resources.
- Each statement must end with a carriage
return.
- Comments in the macro appear with a pound
sign (#) preceding the comment. Comments are ignored when the macro
is run.
- Names containing spaces, as well as values
entered using the keyboard, must be enclosed in single quotation
marks.