W
WJCPvanBeek
Guest
Hi Lieven, can't you just pick them up using reflection: def var Instance as Progress.Lang.Object no-undo. def var cProperty as character no-undo. Instance = . cProperty = "" Instance:GetClass():GetProperty(cProperty):Get(Instance). /* will return the current value of the property */ Similar functionality exists for variables.
Continue reading...
Continue reading...