MMBasic for Windows - alphas


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 11033
Posted: 09:35am 22 Feb 2022      

V5.07.03a6


MMBasic.zip

This reworks all the file handling to properly "Canonicalize" all filenames (look it up   )

SAVE command is removed as SAVE is automatic on exit from the editor or autosave
Re the comments about text disappearing:
This one is difficult. In the last release I followed the CMM2 which is to reset the mode and font to the default at the end of running a program and after an error. This is because with the COLOUR, FONT and PAGE commands it is possible to be in a situation where text is not visible (e.g. being written to a non-displayed page)

In this version I don't change the mode but set the font to the default for that mode and reset the colours to white on black.

There is no right answer on this one so see how you go.

Tom: up to you now for SAAINT. Let me know if there are any MM.INFO functions I am missing that are in the CMM2