next up previous contents index
Next: Constants Up: TypeVariable and Constant Previous: Types

Variables

Linuxerror is the variable in which the procedures in the linux unit report errors.

LinuxError : Longint;
StdErr Is a Text variable, corresponding to Standard Error or diagnostic output. It is connected to file descriptor 2. It can be freely used, and will be closed on exit.
StdErr : Text;



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998