DATA - write text to file.

$*$Data filename
begins writing output text to the specified file. This is exactly like the corresponding form of $*$Append, except that output data overwrites the current contents of "filename" instead of being appended on the end of the existing contents. Use an $*$EndData directive to mark the end of the output text, as in
$*$enddata filename
$*$Data filename :line
is exactly like the similar form of $*$Append, except that output data overwrites the current contents of "filename" instead of being appended to the end of those contents.

Copyright © 2000, Thinkage Ltd.