Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying PEMs
Message
From
22/07/2002 18:43:35
 
 
To
19/07/2002 14:07:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00680539
Message ID:
00681391
Views:
30
Hi Bill.

>How could I change an array property that wouldn't get picked up my my UDF(). Wouldn't the changes have to be made in the code of one of the methods (which would be picked up)?

Because you're using the "C" flag in AMEMBERS(), it'll only see those properties that have changed. However, imagine you have an array property call aItems and redimensioned it and/or put a value into one of the elements. AMEMBERS with the "C" flag won't see that the array property was changed so your code will skip all arrays. It might not be an issue if you don't have any arrays, but to be completely generic, it needs to handle all cases.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform