[Coco] PRINT vs PRINT USING

coco at jechar.ca coco at jechar.ca
Tue Mar 31 15:56:03 EDT 2020


  If I want to print "HELLO" to the screen in a basic09 program
  I would use.

  PRINT "HELLO"

  If instead I to print "HELLO" to a file I can use.

  PRINT #pathno,"HELLO"

  Is there any way to send the output of "PRINT USING" to
  a file?

  Charlie


More information about the Coco mailing list