LUV is a logical unit variable.
Closes the already open file identified by LUV.
For example, to close the file which, when opened by openfile(), had been associated to @tocfile:
closefile(@tocfile) --> ""
A logical unit variable.
A string.
new or append.
Opens the file filename with mode for writing. Subsequent output to this file must be specified through LUV.
For example:
openfile(@tocfile,"/home/username/xyzTOC.html",append) --> ""
A file stream variable identifier. filestream may be:
*, to write into the current HTML file. stdout, to write to standard output. openfile() when the file is initially opened.
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());
Generated with Harlequin WebMaker