W3Schools.com

VBScript CDbl Function


VBScript Reference Complete VBScript Reference

The CDbl function converts an expression to type Double.

The expression must be a numeric value.

Syntax

CDbl(expression)

Parameter Description
expression Required. Any valid expression

Examples

Example 1

<script type="text/vbscript">

document.write(CDbl(134.345) & "<br />")

</script>

The output of the code above will be:

134.345

Try it yourself »

Example 2

<script type="text/vbscript">

document.write(CDbl(14111111113353355.345455) & "<br />")

</script>

The output of the code above will be:

1.41111111133534E+16

Try it yourself »

VBScript Reference Complete VBScript Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE