Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying PEMs
Message
De
22/07/2002 18:43:35
 
 
À
19/07/2002 14:07:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00680539
Message ID:
00681391
Vues:
29
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform