CDBl

The CDBI function converts an expression to a variant of subtype Double.

Syntax :

CDbl(Expression)
Parameters Description
Expression Required. Any valid expression.

Examples :

Example 1

dCDBI = (CDbl(134.345) &)
DEBUG(dCDBI)

Result :

dCDBI
= 134.345

Example 2

dCDBI = (CDbl(14111111113353355.345455) &)
DEBUG(dCDBI)

Result :

dCDBI
= 1.41111111133534E+16