Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-dimensional arrays
Message
From
14/07/2002 00:05:28
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Multi-dimensional arrays
Miscellaneous
Thread ID:
00678465
Message ID:
00678465
Views:
66
Hi, everybody.

Is it possible to create an multi-dimensional array in C# which contains columns of different type? If so, how?

For example, in VFP we can do this:
local Persons(2,2)
Persons(1,1) = "John Jones"
Persons(1,2) = 24

Persons(2,1) = "Paul Wink"
Persons(2,2) = 30
Is it possible in C#?

TIA
Claudio Lassala
Next
Reply
Map
View

Click here to load this message in the networking platform