Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define a Public dynamic array ?
Message
 
 
To
01/06/2009 09:38:01
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01402913
Message ID:
01402964
Views:
63
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform