Character terminating the last getfield # command (sys.LastSeparator)

sys.LastSeparator,,a1

Last getfield # separator character

The character that terminated the last field read by the last getfield # command executed.

The following special values are stored in <sculptor.h>:

CHAR_EOL

end of line

CHAR_EOF

end of file

The value of CHAR_EOF is 255. In the extremely unlikely event that this is also a valid separator, check the value in sys.Error, which will be 0 for the character 255 and a non-zero value if the end of the file was reached.