[Coco] PRINT vs PRINT USING

Bill Gunshannon bill.gunshannon at hotmail.com
Tue Mar 31 16:14:51 EDT 2020


On 3/31/20 3:56 PM, coco at jechar.ca wrote:
> 
>   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
> 

According to the manual it is simply:

PRINT #<int exp>, USING <str expr>, <output list>

bill



More information about the Coco mailing list