Difference between revisions of "ROWIDTOCHAR()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
(No difference)
|
Latest revision as of 09:28, 15 June 2011
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
Recital, Recital Server