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