| 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
| |
output ("xout", "reset")
pi
output ("xout", "close")
Result: the file 'xout' in the XploRe home directory is generated.
| Group: | Reading and Writing |
| See also: | write read |