Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 551 Bytes

SelectInput.md

File metadata and controls

30 lines (18 loc) · 551 Bytes

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