Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro Substitution with THIS.Property
Message
 
À
20/07/2000 17:10:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00395115
Message ID:
00395172
Vues:
11
>How can I use the & macro sub command using a value of THIS.Property....the macro stops processing when it encounters the period after THIS.....Thanks in advance....

Peter,

Macros only work with variables. Copy the property to a variable first and then macro the variable;
lcVar = This.Property
&lcVar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform