[Gambas-user] Catching multiple error messages from one process

T Lee Davidson t.lee.davidson at gmail.com
Sun Jun 13 17:03:26 CEST 2021


On 6/13/21 9:35 AM, Hans Lehmann wrote:
> I am looking for a solution to capture all incoming warnings and error messages and output them as one message.

Perhaps append the messages to a global string variable (or string array that is joined into a string before display) that is 
empty prior to initiating the process. Then after hProcess.Wait() finishes, if the string is not empty, pop up the error message.


-- 
Lee


More information about the User mailing list