Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Collection Object
Message
From
07/10/1999 11:37:03
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00273466
Message ID:
00273737
Views:
27
Hi Scott,

>I don't think an array would respond to a PEM, such as:
>MyArray(1).Click()

It does work, that what I was saying. However, since arrays only except element numbers, passing a string (like .Node(tcNode)) does not work. You could create a method to check the array with a string and have that return the object reference, but since you can't use a returned object directly (?sys(1270).Caption) you'd have to set the variable first:

oObj = MyMethod(tcElemement)
oObj.Caption

I submitted this functionality as wish though, so...
Previous
Reply
Map
View

Click here to load this message in the networking platform