Article ID: 135619
Article Last Modified on 2/15/2000
x=CreateObject("Test")
DEFINE CLASS Test AS Custom
pnVar = 200
nNewVar = THIS.pnVar + 200
ENDDEFINE
You can refresh the nNewVar property in this example once the class is
instantiated by reassigning the value pnVar+200 to TEST.nNewVar as follows:
TEST.nNewVar=TEST.pnVar + 200
Additional query words: 3.00 VFoxWin
Keywords: KB135619