Home  /  Autodocs  /  dos.library

NAME

SelectInput
Select a FileHandle as the default input channel (V36)

SYNOPSIS

old_fh = SelectInput(fh)
D0 D1

BPTR SelectInput(BPTR)

FUNCTION

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

INPUTS

fh
Newly default input handle

RESULT

old_fh
Previous default input FileHandle

SEE ALSO

Input(), SelectOutput(), Output()