Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to define a Public dynamic array ?
Message
 
 
À
01/06/2009 09:38:01
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01402913
Message ID:
01402964
Vues:
62
>Hi,
>then what structure of aClient ?
>how can I get the value of aClient ?
>
> aClient[1] = client code or client name ?
>
>Derek

aClient[1,1] - Client Code
aClient[1,2] - Client Name

aClient[2,1] - Another client code
aClient[2,2] - Another client name

etc.

If you access two-dimensional array as one -dimensional then

aClient[1] - Code
aClient[2] - Name
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform