[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

SelectOutput

Select a filehandle as the default output channel

Declaration

Source position: amigados.pas line 2293

function SelectOutput(

  Fh: BPTR

):BPTR;

Arguments

Fh

  

Newly desired output handle

Function result

Previous current output

Description

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.

See also

DosInput

  

Identify the program's initial input file handle

SelectInput

  

Select a filehandle as the default input channel

DosOutput

  

Identify the programs' initial output file handle


Documentation generated on: 2017-01-10