@SAFELINE
— Reads the
specified line from a file, mapping any dangerous characters to safe
alternatives.
Syntax:
%@SAFELINE[
filename,
n]
filename: | the file to read; quote it if it contains spaces |
n: | line numbering starts at 0 |
This function calls TCC’s built-in @LINE
function and
massages whatever text it returns. See the Take Command documentation for
more information on @LINE
.
If you attempt to read past the end of the file, @SAFELINE
will return the value **EOF**
.