ConsoleError()
Syntax
ConsoleError(Message$)Description
Writes the Message string (plus a newline) to the standard error output of the program. This output can be read for example with the ReadProgramError() function of the Process library.
Parameters
Message$ The string to send.
Return value
None.
See Also
Print(), PrintN()
Supported OS
All