AvailableProgramOutput()
Syntax
Result = AvailableProgramOutput(Program)Description
Returns the number of bytes that are available to be read from the programs output. The program must have been started with RunProgram() using the #PB_Program_Read flag.
The output may be read with either ReadProgramString() or ReadProgramData().
Supported OS
All