Centers a string in a given field length by adding spaces to either side.
cJustify(string, length)
→ returns string
<cfset jstring = cJustify("ColdFusion", 35)>
<cfdump var="#jstring#" />
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.