While writing a "ProDOS Text File Displayer" in Applesoft BASIC, I've
encountered a nagging problem that Applesoft BASIC has with reading
text files. It seems to stop reading a line of text when it encounters
a comma, so that when it encounters a line of text that says, say,
"Lorem ipsum dolor sit amet, consectetuer adipiscing elit," all that
BASIC will read is "Lorem ipsum dolor sit amet", ignoring the rest of
the line.
I probably sound stupid, but it sounds like there is a command or a
method that forces BASIC to read an entire line in a text file,
including commas. If so, what is it?
Brandon Taylor