Arreglouno = {"Bélgica", "México", "Nicaragua", "Alemania " }
// this is the first fix already with data
String arreglodos = new String[2];
Int i=0;
for (i = 0; i < Arreglouno.length;i++) {
if ( i == 1) {
arreglodos [0] = [i];
}
}
The problem I have is that I can not get the second vector to be filled with the data in the position of the first array.