CDbl() |
Top Previous Next |
CDbl() - Convert to a Double Value Description Converts an expression to a double-precision floating point number. Double = CDbl(Expression) Returns Floating-Point Number Example strNum = "11.5037" 'String Number SMEvent.Raise "Trace", CDbl(strNum) 'Converted to Double variable |