How to: |
The LJUST function left-justifies a character string within a field. All leading spaces are removed.
LJUST will not have any visible effect in a report that uses StyleSheets (SET STYLE=ON) unless you center the item.
To use this function, you must import the function library MNTUWS. For information on importing this library see Accessing and Calling a Function.
There is also an LJUST function available for the reporting language. For information on this function, see Character Functions.
LJUST(string)
where:
Alphanumeric
Is the character string to be justified, or a temporary field that contains the string.