aqFile.ReadWholeTextFile() not reading entire file
I'm using the aqFile.ReadWholeTextFile() function on an input file but the function only grabs about 3-4 lines of the file (I did a Log.Message() of the read text and also a WriteToTextFile() of the r...