Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this posible ?
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00751096
Message ID:
00751098
Views:
17
Sorry about that :-)



DEFINE CLASS myObj as session OLEPUBLIC

lcName = ""

FUNCTION INIT()
this.lcName = "Nelson"
ENDFUNC

FUNCTION setName(tcName as string) as integer
&& Should change the value of the property
this.lcName = tcName
return 1
endfunc

FUNCTION getName() as string
&& Should print the new value
return this.lcName
endfunc

ENDFUNC

Thanks in advance
"If glory comes after death, I have no hurry"
Marcial
Previous
Reply
Map
View

Click here to load this message in the networking platform