LJustify()
Left justifies characters in a string of a specified length.
LJustify( string=string, length=number );
Returns: String
Argument | Description |
---|---|
string
string,
required
|
A string or a variable that contains one |
length
number,
required
|
Length of field in which to justify string |
Examples
There are currently no examples for this function.
See also
- Formatting
- Strings
- RJustify()
- string.lJustify()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)