Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays in FLL's
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Arrays in FLL's
Miscellaneous
Thread ID:
00462654
Message ID:
00462654
Views:
48
Hi Randy,

I have come across a major stumbling block and any assistance you could provide would be very helpful! :)

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 help would be greatly appreciated! :)

-- Chris
Next
Reply
Map
View

Click here to load this message in the networking platform