Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
dos.library
NAME
SelectOutput
Select a FileHandle as the default output channel (V36)
SYNOPSIS
old_fh = SelectOutput(fh)
D0 D1
BPTR SelectOutput(BPTR)
FUNCTION
Set the current output as the default output for the Process. This changes the value returned by
Output()
. old_fh should be closed or saved as needed.
INPUTS
fh
Newly desired output handle
RESULT
old_fh
Previous current output
SEE ALSO
Output()
,
SelectInput()
,
Input()