Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multi-dimensional arrays
Message
De
14/07/2002 14:00:47
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00678465
Message ID:
00678503
Vues:
20
OK, this makes sense and the syntax doesn't seem too bad.

Thanks!
~~Bonnie


>Note that you dont have to create the asign method to assign the values...
>And this is more strait foward :-)
>
>
>struct PERSONS{
>	public string name;
>	public int age;
>	}
>
>PERSONS[] persons= new PERSONS[4];
>
>persons[0].name="Claudio";
>persons[0].age=32;
>persons[1].name="Michel";
>persons[1].age=25;
>...
>
>
>
>HTH :-)
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform