Hello,
I keep running into this issue over and over and haven't thought of a solution.
How do you get a readable vertical list of lines, like those found in a textfile ...
11 2 3 0 0 1;
2 3 4 5 6 7 8;
0 1 0 10 2 3;
5 5 6 0 9 8 7;
... into a msg box in a way that keeps its structure upon quitting and reopening, but can still be read as a sequence of lists into a textfile or msgfile?
Semicolons preserve the structure of the msg box but prevent it from being read by a textfile/msgfile.
Commas allow it to be read by the textfile/msgfile but don't preserve the carriage returns.