Lucee Function Reference
cjustify()
Returns the given string justified to the center, padding out the words with spaces accordingly
Beispiel
cjustify(string string,number length):string
Kategorie
string,formatting
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
string | string | Yes | May be empty. If it is a variable that is defined as a number, the function processes it as a string. |
length | number | Yes | A positive integer. Length of field. |