Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multi-dimensional arrays
Message
De
14/07/2002 00:05:28
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Multi-dimensional arrays
Divers
Thread ID:
00678465
Message ID:
00678465
Vues:
65
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform