Left justifies characters in a string of a specified length.
lJustify(String, length)
→ returns string
<cfset length=10>
<cfset result = LJustify("abc",length)>
<cfoutput>
<pre>~#result#~</pre>
</cfoutput>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.