Purpose | With Returnvalues you can return values from a new mode, opened with "/O...,process=... ", to the old mode. It is also possible to invoke a function code and to start an InputScript. |
Examples |
Returnvalues "V[mat]:&V[matnr]" The content of V[matnr] (new mode) is set into variable V[mat] (old mode). Returnvalues "U[MATNR]:&V[matnr];OK:/8,process=next.txt" In the old mode, function key F8 is invoked and the InputScript "next.txt" is started. Parameter U[MATNR]of the InputScript gets the value of variable V[matnr] (old mode). |
Format | Returnvalues string |
Tips & Tricks |
|
Components | GuiXT + InputAssistant |