|
How to: |
The RJUST function right-justifies a character string. All trailing blacks become leading blanks. This is useful when you display alphanumeric fields containing numbers.
RJUST(length, source_string, output)
where:
Is the number of characters in source_string and output Their lengths must be the same to avoid justification problems.
Alphanumeric
Is the character string to right justify.
Alphanumeric
| WebFOCUS | |
|
Feedback |