Silly indeed!
And it is as silly under CF6

Note that if you
<cfoutput>=#len(Silly())#=</cfoutput>
you get = 5=, thus the extra space is not actually returned by the 
function call, but
is inherent to any function call inside <cfoutput>

However <cfoutput>=#len("Silly")#=</cfoutput>
outputs =5= correctly.
And if the function is defined in CFSCRIPT, no problem

Definitely a bug, and it has been there for a long time.

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295949
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to