August 2001
Intermediate to advanced
976 pages
38h 8m
English
CJustify
CJustify(string, length)Center-justifies string within a field of
length characters. Example:
<CFSET OriginalString = "ColdFusion">
<CFOUTPUT>
<B>Original String (quoted):</B> "#OriginalString#"<BR>
<B>Center-justified String (quoted):</B> "#CJustify("ColdFusion", 20)#"
</CFOUTPUT>Read now
Unlock full access