Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETPEM and array properties
Message
From
18/04/2005 10:58:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
GETPEM and array properties
Miscellaneous
Thread ID:
01005796
Message ID:
01005796
Views:
74
Hi all,
In VFP 8, I cannot use GETPEM() for an array element of an array property. Is this really the case? What is the alternative?
oT = createobject('cusTest')
oT.TestGetPem()
define class cusTest as custom
  dimension TestArray[10]
  procedure TestGetPem()
     ?getpem(this,'TestArray[9]') && error
  endproc
enddefine
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform