Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/07/2004, 14:47
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 4 meses
Puntos: 535
automáticamente, creo que no. aunque se me ocurre algo así:

for i = 0 to ubound(array)
nuevo_array(ubound(array) - i) = array(i)
next

no lo probé así que no se si funciona, pero debería :D