Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
| Syntax: | SetFormat format-statement-label string$ |
| Discussion: |
The SetFormat statement load the variables in a FORMAT with the contents of a string.
Example:
Length 10 & local a$,b$
SetFormat MyFormat MyString$ See also GetFormat This statement was introduced with Comet32.
|