Posts Tagged "C128"

Sorting an Array on the Commodore 64

Posted on Apr 1, 2018

In this video I’ll demonstrate how to sort a numeric array on the Commodore 64. The same principle works for string arrays, and of course on all other Commodore BASIC computers. The technique I’m...

Learn More

String Formatting on Commodore Computers

Posted on Mar 14, 2018

Commodore BASIC has some interesting and simple string functions built in. Two of them are self explanatory: LEFT$ and RIGHT$. But the mysterious MID$ function is a little tricker, and I can never remember...

Learn More