Syntax:
set datafile commentschars {"<string>"} show datafile commentschars unset commentschars
Then, the following line in a data file is completely ignored
# 1 2 3 4but the following
1 # 3 4will be interpreted as garbage in the 2nd column followed by valid data in the 3rd and 4th columns.
Example:
set datafile commentschars "#!%"