Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/02/2009, 10:03
Avatar de vidalsoft
vidalsoft
 
Fecha de Ingreso: julio-2008
Ubicación: /www/...
Mensajes: 339
Antigüedad: 16 años, 7 meses
Puntos: 1
Respuesta: Ayuda con arreglo.

Hola tienes que utilizar un array de multiple dimensión ...
ejemplo:

int[,] numbers = new int[3, 2] { {1, 2}, {3, 4}, {5, 6} };string[,] names = new string[2, 2] { {"Rosy","Amy"}, {"Peter","Albert"} };
__________________
Anthony Vidal Contreras | @AnthonyVidalC | Skype: vidalsystem | [email protected]