Difference between revisions of "ROWIDTOCHAR()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
m (Text replace - "Recital" to "Lianja")
Line 23: Line 23:
  
 
==Products==
 
==Products==
Recital, Recital Server
+
Lianja, Lianja Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 06:39, 8 December 2012

Purpose

Function to return a numeric as a ten character string with leading zeros


Syntax

ROWIDTOCHAR(<expN1>)


See Also

INT(), LPAD(), RPAD(), STR(), STRZERO(), TRANSFORM(), VAL()


Description

The ROWIDTOCHAR() function converts the numeric expression <expN1> to a right justified ten character string.


Example

? rowidtochar(1234)
0000000123


Products

Lianja, Lianja Server