codice:
if Rs("prezzo") &"[]" <> "[]" then
if IsNumeric(Rs("prezzo")) and Rs("prezzo") <> 0 then
...
end if
end if
Roby