Optional Length Parameter for ReadProgrammError

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Optional Length Parameter for ReadProgrammError

Post by Tranquil »

I think this is a very important request cause it can be the case, that the PB command is not able to determine the end of a StdErr line if the sender application does not terminate a line. (FFMPEG for ex)
In this case, your application will stop working until the sending application sends a terminating character. (I think this is the was this command works, pls correct me if I'm wrong).

This can also be a security issue for your own application.
Tranquil