If you are using VBScript for your ASP then all variables are Variants by default. You could use a variant to hold a float but if you want to make numeric comparisons you might want to convert it to the Double data type with the CDbl() function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.