Hi,
I'd like to display the first line of a file with `scrput` and `@line`. Unfortunately the file contains % characters and those are stripped from the output. The documentation says to "Beware of characters with special meaning to TCC [...] Use SETDOS /X with appropriate codes as needed". When I use "setdos /x-3", I can't use '%@line' anymore.
So what can I do to display the "raw" file content?
I'd like to display the first line of a file with `scrput` and `@line`. Unfortunately the file contains % characters and those are stripped from the output. The documentation says to "Beware of characters with special meaning to TCC [...] Use SETDOS /X with appropriate codes as needed". When I use "setdos /x-3", I can't use '%@line' anymore.
So what can I do to display the "raw" file content?