[Coco] PRINT vs PRINT USING

Bill Gunshannon bill.gunshannon at hotmail.com
Tue Mar 31 19:08:31 EDT 2020


On 3/31/20 6:12 PM, L. Curtis Boyle wrote:
> That is correct - no comma after the path.
> An example I just tried that worked:
> PRINT #1 USING “h4”,3430
> 
> L. Curtis Boyle
> curtisboyle at sasktel.net
> 
> 
> 
>> On Mar 31, 2020, at 3:44 PM, James C. Hrubik <jimhrubik at earthlink.net> wrote:
>>
>> According to page 268 of the Basic09 Tour Guide, there is no comma after the path number :  PRINT[#<expr>] USING <str expr>, <output list>
>>

And the original manual has conflicting statements.

Page 10-4 shows:
    PRINT #<int exp>, USING <str expr> <output list>

and 10-16 shows:
    PRINT [#<expr>] USING <str expr> , <output list>

Try them all, use the one that works.  :-)

bill



More information about the Coco mailing list