Saturday, August 5, 2023

🆕 BAM "favicon" and BAM "logo and 🪲Fixed Issue with Character Editor

BAM Favicon and BAM logo

Added a "favicon" to BASIC Anywhere Machine to help identify the browser tab for BAM when there are many browser tabs in the web browser:


That favicon sort of matches the (tentative) BAM logo I created today:



Issue with the Character Editor fixed

When I added the Character Editor (see these release notes), I somehow managed to completely bork the BASIC code generated by the editor (code meant for copying from the editor and pasting into a program.)

See the before and after screenshots below, the first screenshot showing the broken version of the editor and the next screenshot showing the fixed version.  (The broken version was missing "+" to concatenate the strings, and the strings were including a bunch of spaces that should not have been there.)


Before (buggy version):


After (fixed version):



 

No comments:

Post a Comment

📚 A BAM Use-Case: Giving a New Lease on Life to Old BASIC Programs

One BAM's top goals is to make it fairly easy to port old BASIC programs so that they can be shared via the web for running in any web b...