Question
WRAP
WRAP function not working?
I have tried this directky to browser and write this content to PDF , but both has no effect
"
<h3>Wrap Example</h3>
<cfset inputText="This is an example of a text message that we want to wrap. It is rather long and needs to be broken into shorter lines.">
<cfoutput>#Wrap(inputText, 59)#</cfoutput>
Please HELP
"
