Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
Mnemonic:
| (TR) |
| Discussion: | This mnemonic sets "transparent printing mode" (i.e., the printer driver does not append CR/LF to the end of each line). |
| Example: |
a. 100 FORMAT (TR) . OPEN (1) "LP1" PRINT (1,100) b. OPEN (1) "LP1" PRINT (1) (TR) |