Does the Wrap function in mx6.1 work as advertised?   I'm not getting
it to either throw an error or do what it's supposed to do ... has
anyone else had this issue?

Here's my code: 

<cfset string = 'This is a longer string than 80 characters so that I
can see how it the wrap function works and write the application
accordingly. '>
<cfoutput>
<p>#wrap(string, 33)#</p>
</cfoutput>

I would have thought that'd produce several lines each close to 33
characters long.  But it doesnt.  I get the original string untouched
instead.

If it's relevant, the environment is CFMX6.1, on J2EE/Unix 
-- 
Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to