From: MagerValp (MagerValp_at_cling.gu.se)
Date: 2000-01-21 16:08:49
>>>>> "Martin" == "Martin Ancher Holm <- Bankdata" <work_at_wwww.dk>> writes:
Martin> Could you translate the same "psedo-program" into real BASIC
Martin> with the CMD command?
CMD redirects the standard output channel (stdout/stderr) to an open
file, like so:
10 OPEN8,8,8,"MYFILE,S,W":CMD8
20 PRINT"HELLO"
30 PRINT#8:CLOSE8
MYFILE will now contain "HELLO^M".
--
___ . . . . . + . . o
_|___|_ + . + . + . . Per Olofsson, konstnär
o-o . . . o + MagerValp_at_cling.gu.se
- + + . http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:35 CET