ReadProgramError()

Syntax

Result$ = ReadProgramError(Program)
Description
Reads a line from the specified programs error output (stderr). The program must have been started with RunProgram() and the #PB_Program_Error flag.

This command does not wait for data to be available. If there is no error output to read, the command will return an empty string.

Supported OS

All

<- ReadProgramData() - Process Index - ReadProgramString() ->