04-04-2024, 12:34 AM
It can save strings with characters above 127 like 128, 129, and 130. The rest I didn't test. It has a problem with chr$(10) the end of line character. Insert it in quotes with a PRINT statement. It can be saved, but when you open the file, it won't be present. The IDE does issue a warning that the IDE may not act as expected if characters 1-32 are used. Of course we have _CONTROLCHR OFF to help with running a program with these lower ASCII control characters, but that won't help when saving the file. Some control characters like CHR$(10) cannot be saved as a glyph, you have to use PRINT CHR$(10) to get the IDE to save it correctly.
Pete
Pete
Shoot first and shoot people who ask questions, later.