Reply To: Sense the change of object ID

Home Forums Problems and solutions in GDL Parameter connections Sense the change of object ID Reply To: Sense the change of object ID

#4196
Piotr Dobrowolski
Participant

OK I will answer myself.
Looks like it is wired: if GLOB_MODPAR_NAME=GLOB_ID” just worked…
So in the “previous” (first) run there must be temp parameter prepared say: TEMP_IDX where the previous state of ID is stored (can be of course empty for the start)
then:
if (GLOB_ID#TEMP_IDX) then
will mimic the missing parameters change check.

Piotr