Mutiny Community Development Notes version 5.14 - 2024-01-16 BASIC fixes: * "FOR" loops should work correctly even if you don't include whitespace in the "1to10" portion. * Environment variables are no longer case sensitive * Fixed crash if you try to use chr$(x) where x is undefined or not a number. It still causes an error but doesn't crash basic. * Issueing a SQL statement that results in an error no longer crashes basic. File Browser fixes: * The "md" (or "mkdir") command, if *not* followed by a directory name will show an error but not crash. For Me: * If something happens which crashes a module such as BASIC, File Browser, Bulletin Boards, Email, etc... then I get an email with the error (which is how I found these recent ones). But also I was getting emails about basic runtime errors, that is an error in the basic program not in the BBS itself. So I fixed this to not email me those errors. Not that you care because it doesn't matter to anyone except me :) .