Page 1 of 1

COCO3 PRINT with comma separators don't appear to work correctly

Posted: Thu Jan 30, 2025 8:22 pm
by jjarrell
Do I need to set a tab spacing for the comma separators to work? It currently just puts a single space between the entries.

Code: Select all

CLS
PRINT "COL1","COL2","COL3"
PRINT "COLUMN1","COLUMN2","COLUMN3"

Re: COCO3 PRINT with comma separators don't appear to work correctly

Posted: Thu Jan 30, 2025 10:15 pm
by spotlessmind1975
Hi jjarrell , and thank you for the bug report! :D
jjarrell wrote: Thu Jan 30, 2025 8:22 pm Do I need to set a tab spacing for the comma separators to work?
Absolutely not, because the tab count at the start is 4 characters.
To change the number of tabs you can use the SET TAB command.
jjarrell wrote: Thu Jan 30, 2025 8:22 pm It currently just puts a single space between the entries.
So, actually, there was a problem with the GIME chipset, which I solved with the HOTFIX that came out this evening. An so, I apologize again for the issue you encountered. The bug has been fixed , and the fix is ​​already up on the repository and available as HOTFIX (sandbox has been already updated). Please, update to HOTFIX v1.17 [rev. 20250130] using UGBASIC-IDE or, if you are using the command line, download it directly by accessing this link:
https://ugbasic.iwashere.eu/install

Thank you again!

Re: COCO3 PRINT with comma separators don't appear to work correctly

Posted: Thu Jan 30, 2025 10:39 pm
by jjarrell
That was quick! Thanks. I checked it out in the sandbox and it worked as it should. I'll check out the ide tomorrow.

Re: COCO3 PRINT with comma separators don't appear to work correctly

Posted: Fri Jan 31, 2025 2:05 pm
by jjarrell
Confirmed it works in the ide too.