Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











FUNCTION:  CDbl( )

Implemented in version 1.0
 
You can determine the expression subtype by using the function VarType( ).
 
CDbl(Number)
 
The CDbl function converts any number to the variant of subtype Double.
 
Converted values can range from
-1.79769313486232E308 to -4.94065645841247E-324 for negative values and 4.94065645841247E-324 to 1.79769313486232E308 for positive values.
 
Code:
<% anynumber=1234.5 %>
<% =CDbl(anynumber) %>

 
Output:
1234.5


 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information