
13/08/2005, 13:10
|
 | | | Fecha de Ingreso: diciembre-2001 Ubicación: Guadalajara, Mexico
Mensajes: 3.672
Antigüedad: 23 años, 4 meses Puntos: 16 | |
aqui
if carrito.Exists(id) then
carrito(id)=carrito(id)+1
else
carrito.add id,1
end if
le sumas al id 1? no seria a cantidad? no se, solo pregunto, checando tu codigo |