![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/10/2009, 04:31
|
![Avatar de Fuzzylog](http://static.forosdelweb.com/customavatars/avatar256248_1.gif) | | | Fecha de Ingreso: agosto-2008 Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 5 meses Puntos: 188 | |
Respuesta: Crear array de strings String[] arrayString = { "a", "b", "c",...}; //así hasta todos los elementos que tengas. Si tienes algun problema haces.
String[] arrayString = new String[31];
arrayString = { "a", "b", "c",...};
Suerte |