Class | Global |
Name | output |
Arguments | [<output_file>] |
Divert Sib-pair output from standard output (the screen) to a file. Issuing the output command a second time closes the output file. If the command file is not specified on the first call, a directory browser will start up. Reopening a file causes output to be appended to the existing contents.
Example:
>> out linkage.res Writing output to "linkage.res". >> asp ibd >> out Ending output to "linkage.res". >> out linkage.res Appending output to "linkage.res". >> apm ibd >> out Ending output to "linkage.res".
<< (include) | Up to index | >> (last) |