AvailableProgramOutput()

语法

Result = AvailableProgramOutput(Program)
概要
Returns the number of bytes available to be read from the programs output.

参数

Program The program to use. It must have been started before with RunProgram() using the #PB_Program_Read flag.

返回值

The number of bytes available to be read from the programs output.

Remarks

The output may be read with either ReadProgramString() or ReadProgramData().

参阅

ReadProgramString(), ReadProgramData()

已支持操作系统

所有

Process Index - CloseProgram() ->