Hardcopy (A QL Utility)

Author(s): Al Feng
Pages: 2
Pages: 198x

One of the first things you may have noticed missing in SuperBASIC is LLIST. There is a way though. For example, you can OPEN a channel for your printer, and LIST to that channel (OPEN #5,ser1: LIST #5). Or, you can utilize either the COPY or COPY_N command (COPY mdvX filename TO seri). Or you can create a hardcopy of a SuperBASIC program listing by creating an nnnnn_imp file from your ‘nnnnn’ program (COPY mdvi filename TO mdvi filename_imp), importing into QUILL (by line), and then printing your filename, doc.

People

Scroll to Top