Home  /  Autodocs  /  dos.library

NAME

SelectError
Select a FileHandle as the error output channel (V47)

SYNOPSIS

old_fh = SelectError(fh)
D0 D1

BPTR SelectError(BPTR)

FUNCTION

Set the current error stream as the default error stream for the Process. This changes the value returned by ErrorOutput(). old_fh should be closed or saved as needed.

INPUTS

fh
Newly error output handle

RESULT

old_fh
Previous error output FileHandle or 0 if not set.

SEE ALSO

SelectOutput(), Output(), ErrorOutput()