Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing an object's array property
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Accessing an object's array property
Miscellaneous
Thread ID:
00461922
Message ID:
00461922
Views:
46
Hi all, I have come across a rather interesting problem...

I am inside of a function within my FLL (written with Microsoft VC6.0). Inside of my routine there comes a point where I will need to iterate through an array in the form of Object.ArrayProperty[].

In the past I was able to iterate through arrays without any difficulty, but I was always able to grab the locator of that array and go from there...

I can fill a Value structure with for the array using the _GetObjectProperty() function. Is there anyway for me to get a Locator from this?

The other thing I've tried is using the _NameTableIndex() function to try and get the locator of the object's property but that fails miserably.

The only thing I can think of is doing an ACOPY through an EVALUATE, but that would destroy performance as this function is a heavily used function.

Any FLL guru's out there care to take a stab at this????????

Any help would be greatly appreciated! :)

-- Chris
Reply
Map
View

Click here to load this message in the networking platform