Search found 1 match

by gawumpi
Wed Jan 30, 2008 11:00 am
Forum: CCS64 Usability Problems
Topic: printing to a file
Replies: 1
Views: 3405

printing to a file

greetings, not sure if anyone has had this problem,

am trying to print a basic listing to a text file, I have the printer option set to file, commands I am using are as follows:

OPEN 4,4
CMD 4,”PROGRAM LISTING”
LIST
PRINT#4
CLOSE 4

however, when I type in PRINT#4, I get device not present error ...