Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dimension array
Message
De
04/03/2002 22:28:52
Wilfred Chan
Bnp Paribas Hong Kong Branch
Hong Kong, Hong Kong
 
 
À
04/03/2002 22:16:17
Ian Johnston
Computer Software Solutions
Woodland, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00628206
Message ID:
00628210
Vues:
15
>I need to create an array and give it the name of the displayvalue of a list box selection, any one able to do it ? I have tried
>dime ((thisform.lane_box1.displayvalue)+'[10,4]')
> but get a syntax error
>
>TIA


Hi,
You may use macro substitution. e.g.
sArray=alltrim(thisform....displayvalue)+'[10,4]'
dimension &sArray

:) Wilfred
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform