G
goo
Guest
def var oClassA as myClass no-undo. def var oClassB as myClass no-undo. def var oClassC as myClass no-undo. : : def var oTmp as myClass no-undo. if something then oTmp = oClassA else if somethingelse then oTmp = oClassC ...... run myStandardProcedure. myStandardprocedure: if valid-class(oTmp) then do: use oTmp for all stuff related to the other classes.... end.
Continue reading...
Continue reading...