For the complete documentation index, see llms.txt. This page is also available as Markdown.

LJustify

Justifies characters in a string of a specified length, either left or right.

Method Signature

LJustify(string=[string], length=[integer])

Arguments

Argument
Type
Required
Description
Default

string

string

true

The string to justify.

length

integer

true

The specified length of the resulting string.

Examples

Last updated

Was this helpful?