nic-rf - 2018-01-23

Hi,

Is there a way to point to each variable of a GVL?

Like :
FOREACH VAR IN THIS^.GVL
iVar := __VARINFO(MyTestVar);
//Some work..
END_FOREACH

Than you