QnA character limitations

(imported topic written by cstoneba)

I’m trying to parse a text file that contains 5000+ characters on a single line. When I open the txt file, it only contians 1 line. When I run “number of lines of file xxxx” in Windows QnA debugger, it returns three. It also appears that each line only contains 2048 characters per the debugger. Can the debugger only recognize 2048 characters per line, and then returns the remaining characters as additional lines? And does the BES client do this too?