Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass a whole array to class.property?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00018307
Message ID:
00018381
Views:
39
>
>
>I believe that what you need to do is create the property as an array in the first place. When you choose New Property and type in the name, follow the name with brackets (e.g. ArrayProperty[]). Then, you should be able to use ACOPY() to copy your array into the ArrayProperty. I don't know if you have to re-DIMENSION the ArrayProperty first.
>
>Of course, I've believed many wrong things in my time.... :-))

If you declare your property with just one element you don't
need to redimension, something like: my_property(1), or my_property[1]
HTH
Luis Guzman, MCP
"The only glory most of us have to hope for
is the glory of being normal." Katherine Fulleton Gerould
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform