Difference between revisions of "ROWIDTOCHAR()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return a numeric as a ten character string with leading zeros
 
Function to return a numeric as a ten character string with leading zeros
 
  
 
==Syntax==
 
==Syntax==
 
ROWIDTOCHAR(<expN1>)
 
ROWIDTOCHAR(<expN1>)
 
  
 
==See Also==
 
==See Also==
 
[[INT()]], [[LPAD()]], [[RPAD()]], [[STR()]],  [[STRZERO()]], [[TRANSFORM()]], [[VAL()]]
 
[[INT()]], [[LPAD()]], [[RPAD()]], [[STR()]],  [[STRZERO()]], [[TRANSFORM()]], [[VAL()]]
 
  
 
==Description==
 
==Description==
 
The ROWIDTOCHAR() function converts the numeric expression <expN1> to a right justified ten character string.
 
The ROWIDTOCHAR() function converts the numeric expression <expN1> to a right justified ten character string.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
0000000123
 
0000000123
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Revision as of 10:26, 12 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