Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
For our Developers...
#9
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
Fake News + Phony Politicians = Real Problems

Reply


Messages In This Thread
For our Developers... - by Pete - 04-03-2024, 10:40 PM
RE: For our Developers... - by Pete - 04-03-2024, 10:53 PM
RE: For our Developers... - by RhoSigma - 04-03-2024, 11:15 PM
RE: For our Developers... - by Pete - 04-03-2024, 11:26 PM
RE: For our Developers... - by SMcNeill - 04-03-2024, 11:39 PM
RE: For our Developers... - by madscijr - 04-05-2024, 01:00 PM
RE: For our Developers... - by Pete - 04-03-2024, 11:49 PM
RE: For our Developers... - by Pete - 04-04-2024, 12:08 AM
RE: For our Developers... - by TDarcos - 04-04-2024, 12:11 AM
RE: For our Developers... - by Pete - 04-04-2024, 12:34 AM
RE: For our Developers... - by SpriggsySpriggs - 04-04-2024, 07:35 PM
RE: For our Developers... - by bplus - 04-05-2024, 11:32 AM
RE: For our Developers... - by Pete - 04-04-2024, 07:53 PM
RE: For our Developers... - by SMcNeill - 04-04-2024, 10:25 PM
RE: For our Developers... - by Pete - 04-04-2024, 10:52 PM
RE: For our Developers... - by SpriggsySpriggs - 04-05-2024, 04:43 PM
RE: For our Developers... - by bplus - 04-05-2024, 05:00 PM



Users browsing this thread: 1 Guest(s)