
14/10/2004, 10:58
|
 | Colaborador | | Fecha de Ingreso: febrero-2001 Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 4 meses Puntos: 535 | |
Me confundí :)
Ahora si, verificado:
Código:
preciomaximo = rs("precio")
if NOT isnull(preciomaximo) then
preciomaximo = FORMATNUMBER(cdbl(preciomaximo),0,-1,0,-1)
end if
response.write preciomaximo
__________________ ...___... |