codice:
if ( IsNumeric(prezzo)) then 
RecSet("prezzo") = cInt(prezzo); 
else 
RecSet("prezzo") = cInt(0,00); 
end if