Tema: Array
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 29/12/2004, 10:16
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, 2 meses
Puntos: 535
Probalo así:


<%
cont=0
dim album()

while not objRS.EOF
Redim preserve album(i)

id=objRS("Id_book")
texto=objRS("descripcion")
ancho=objRS("ancho")
alto=objRS("alto")

album(cont) = id & ".jpg_" & texto & "_" & ancho & "_" & alto & "_"
cont=cont+1
objRS.movenext
wend
%>
__________________
...___...