LJUST: Left-Justifying a Character String (Maintain)

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.


Top of page

x
Syntax: How to Left-Justify a Character String
LJUST(string)

where:

string

Alphanumeric

Is the character string to be justified, or a temporary field that contains the string.


WebFOCUS