| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (FAX Cover Text=ARG1$) |
| Hex equivalent: | -- |
| Discussion: | ARG1$ is an 80-character string that contains the text for the facsimile cover page. This control automatically enables cover page text option. A maximum of 36 lines of text is supported on the cover page. |
| Example: |
OPEN (1) FAXDEVICE$ . . . PRINT (1) (FAX Cover Text="Line 1...") PRINT (1) (FAX Cover Text="Line 2...") PRINT (1) (FAX Cover Text="Line 3...") PRINT (1) (FAX Cover Text="Line 4...") |