Select a filehandle as the default output channel
Source position: amigados.pas line 1706
function SelectOutput( |
fh: LongInt |
):LongInt; |
fh |
|
Newly desired output handle |
Previous current output
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.
|
Identify the program's initial input file handle |
|
|
Select a filehandle as the default input channel |
|
|
Identify the programs' initial output file handle |