Search found 2 matches

by Pwillard
Wed Oct 18, 2023 11:00 am
Forum: Support
Topic: Text Based Games - Using Graphic modes
Replies: 0
Views: 6293

Text Based Games - Using Graphic modes

While it might have been possible with some extra machine language work on the original COCO BASIC to merge Hi-Res graphics and Text, it actually comes natively with UGBASIC. This is a welcome capability and saves me from having to load my GSCREEN Machine code program that accomplishes this (about 1...
by Pwillard
Mon Oct 16, 2023 11:58 am
Forum: New features
Topic: LEFT$() and RIGHT$() assignment
Replies: 3
Views: 4934

Re: LEFT$() and RIGHT$() assignment

I tend to agree... A REPLACE command (like Visual Basic) would be more sensible as I don't recall ever using LEFT$ and RIGHT$ this way on my COCO. Even a SWAP command would work, I suppose.

GWBASIC supposedly could do left-side replacement though.