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

This forum is dedicated to those who want support programming in ugBASIC.
Questo forum è dedicato a chi desidera supporto per programmare in ugBASIC.
Ce forum est dédié à ceux qui souhaitent prendre en charge la programmation en ugBASIC.
Post Reply
jjarrell
Posts: 36
Joined: Tue Jan 28, 2025 5:35 pm

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

Post 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"
spotlessmind1975
Site Admin
Posts: 200
Joined: Fri Oct 06, 2023 8:25 pm

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

Post 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!
jjarrell
Posts: 36
Joined: Tue Jan 28, 2025 5:35 pm

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

Post 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.
jjarrell
Posts: 36
Joined: Tue Jan 28, 2025 5:35 pm

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

Post by jjarrell »

Confirmed it works in the ide too.
Post Reply