I'm trying to print/display some text read from a text file; problem is the text is written with commas, so lines break where they shouldn't. Is there a way I can treat the comma as a character within a message/symbol?
-
Is there a solution to this? I'm facing the same problem... I tried using [textfile] and writing the ASCII symbol instead of the comma itself, but this doesn't work.
-
Nailed it! If you send a "print" message to the [textfile] object, it prints the commas. It also gives you an annoying message at the top, but I'll settle for this.