News:

Welcome to RetroCoders Community

Main Menu

Just a quick update - 0.1312

Started by ZXDunny, May 18, 2023, 11:04 PM

Previous topic - Next topic

ZXDunny

Just committed a new feature - clipboard support, which makes use of the new "hybrid functions" feature!

Hybrid functions are functions you can use in an expression - in this case, CLIP$ which returns a string containing the contents of the system clipboard - but which you can also write to!

So now I can read the clipboard and also write to it with LET CLIP$="some text".

This came about due to wanting to write a small routine to convert Spectrum fonts to a format that BAM can read. I'll see what else I can do with it too.

Grab new binaries at https://github.com/ZXDunny/SpecBAS should you feel inclined.