[Coco] PRINT vs PRINT USING
coco at jechar.ca
coco at jechar.ca
Wed Apr 1 10:40:06 EDT 2020
On 2020-03-31 19:08, Bill Gunshannon wrote:
> 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
1o-16 was correct 10-4 in error. Thanks for the help.
Charlie.
More information about the Coco
mailing list