ConsoleError()

语法

ConsoleError(Message$)
概要
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.

参数

Message$ The string to send.

返回值

无.

参阅

Print(), PrintN()

已支持操作系统

所有

<- ConsoleCursor() - Console Index - ConsoleLocate() ->