LENNUM()

From Lianjapedia
Revision as of 09:06, 4 February 2013 by Helen.george (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to return the length of a numeric value

Syntax

LENNUM(<expN>)

See Also

INT(), ROUND()

Description

The LENNUM() function is used to return the length of a numeric value. Numeric values are a minimum length of 10. The decimal point and decimal places are included in the value returned.

Example

? lennum(123456789.123)
        13
? lennum(879)
        10