Hi,
Using .Trace in a LOOP END
It changes the error() and errorcode() values
LOOP
p_web.trace('11-next')
next(InMemoryGenerica)
p_web.trace(errorcode()&' corto') !<<<<<<<<<<<<<<<<<<<<<<<<
if errorcode()>0
p_web.trace(errorcode()&' corto')
break
END
p_web.trace(errorcode()&' '&IMG:c1)
if IMG:C1 <> p_web.sessionid then break END
p_web.trace('sumo: '&IMG:c1&' '&IMG:c4)
p_web.ssv('CantidadCarrito',p_web.gsv('CantidadCarrito')+IMG:C4)
END