Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Reading and Writing
See also: write read

Function: output
Description: writes results which are printed into the output window simultaneously into a specified file.

Usage: output (fname, option)
Input:
fname string, name of the file which should be used
option string, defines the operation
"reset"
file will be generated or overwritten respectively,
"append"
output will be appended or generated,
"close"
file is closed,

Note:

Example:
output("xout", "reset")
pi
output("xout", "close")

Result:
n/a



(C) MD*TECH Method and Data Technologies, 05.02.2006