Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array.......
Message
From
20/08/2003 11:54:10
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
20/08/2003 08:36:06
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00821707
Message ID:
00821832
Views:
18
Hi Mazahir!

In this case, you can to create multi-dimensional array, thus:
Local laMyArray(2, 2)
laMyArray(1, 1) = "Row 1 - Col 1"
laMyArray(1, 2) = "Row 1 - Col 2"
laMyArray(2, 1) = "Row 2 - Col 1"
laMyArray(2, 2) = "Row 2 - Col 2"
I hope this solve your problem.
P.S.: See Sergey's reply.
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform