RIGHT returns a string that is the result of inserting string x at
the right end of a string with length n and padded on the
left with the character z as needed. If z is omitted,
a blank is used as the padding character.
 >>-RIGHT(x,n-+----+-)------------------------------------------><
'-,z-'
|
- x
- Expression. x must have a computational type and
can have a character type. If not, it is converted to character.
- n
- Expression. n must have a computational type and
is converted to FIXED BINARY(31,0).
- z
- Expression. If specified, z must have the type CHARACTER(1)
NONVARYING type.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)