Manual

197
writestring
writestring
Description
Write data to an open file.
Usage
OpenFile AnyStr writestring
OpenFile File. A file object returned by the
file
operator. The programmer must have
opened the file for writing.
AnyStr String. A string containing the data to write to the file.
Comments
PAL will write the data contained in the string to the indicated file without any modification.