I am working on a Unit Test suite that emulates HTML that is part of the Virtual Patient Record. HTML ends with $C(13,10) on each line. The output is saved to a file; and I am trying to read the file back.
Is there a way to tell GT.M that the terminator for a line is a $C(13,10), and not just a $C(10)? The application logic right now checks to see if a line is empty; but right now an empty line contains one character: $C(13), because the read terminates at $C(10).
Been trying to get the answer from here:
http://tinco.pair.com/bhaskar/gtm/doc/books/pg/UNIX_manual/ch09s09.html