| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (FAX Write Config=ARG1$) |
| Hex equivalent: | -- |
| Discussion: |
ARG1$ is a 79-character string that specifies the path and file
name (DOS format) to which to write the current fax controls.
Must be written before the fax device is closed.
Also see (FAX Config File). |
| Example: |
OPEN (1) FAXDEVICE$ . . . PRINT (1) (FAX Write Config="C:\FAX\FAXFILE.DAT") |