10.10.1 General I/O functions

write(filestream, string1, string2, ..., stringn)

Parameters

filestream
A file stream variable identifier. filestream may be:

*, to write into the current HTML file.
stdout, to write to standard output.
LUV, to write into the file associated with the logical unit variable, LUV, that is set by openfile() when the file is initially opened.

string1...
An unlimited sequence of character strings.

Writes the concatenated sequence of strings followed by a carriage return into the file specified by filestream.

For example:

openfile(@list-of-figures,"/home/rousseau/figTOC.doc",append);
write(@list-of-figures,text());

WebMaker User Guide - 27 SEP 1995

Generated with Harlequin WebMaker