| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (FAX Text File=ARG1$) |
| Hex equivalent: | -- |
| Discussion: | ARG1$ is a 79-character string that specifies the path to the text file to be sent as the facsimile. |
| Example: |
OPEN (1) FAXDEVICE$ . . . PRINT (1) (FAX Text File="C:\FINANCE\REPORT.TXT") |