Difference between revisions of "LENNUM()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 32: Line 32:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Numeric Data]]
 +
[[Category:Numeric Data Functions]]

Revision as of 09:06, 2 June 2009

Class

Numeric Data


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


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer