On an Arm/Linux platform I call an external program (to calibrate a touch panel) with "Exec". That works OK. I can force the external program to return some values to the console. Is there a way I can pick up this output and read it from my program? Carsten