Hi,
I want to know if there is a way to call a TPprog from KAREL and send some arguments to the TP prog
Something like : CALL_PROG('PRG1',prgIndex,arg01, arg02, agr03)
The work arround I think about is to "load" arguments in TP registre (R[xxx]) before calling the TP prog and the TP prog use the value in these registers... it's ugly, but it works...
So is there a way to use arguments with the CALL_PROG
thanks