Difference between revisions of "LENNUM()"

From Lianjapedia
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the length of a numeric value
 
Function to return the length of a numeric value
 
  
 
==Syntax==
 
==Syntax==
 
LENNUM(<expN>)
 
LENNUM(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[INT()]], [[ROUND()]]
 
[[INT()]], [[ROUND()]]
 
  
 
==Description==
 
==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.
 
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==
 
==Example==
Line 24: Line 20:
  
  
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 09:06, 4 February 2013

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