string.cJustify()
Returns the given string justified to the center, padding out the words with spaces accordingly
string.cJustify( length=number )
Returns: String
Examples
str = cJustify("ColdFusion", 35)
writeDump(str.len());
Returns the given string justified to the center, padding out the words with spaces accordingly
string.cJustify( length=number )
Returns: String
str = cJustify("ColdFusion", 35)
writeDump(str.len());