this got me thinking so I changed the test code some 

<cffunction name="test1" returntype="string">
<cfreturn 1></cffunction>
<cfscript>
function test2() { return 2; }
</cfscript>

<cfoutput>
<div>|#request.ffa.appname#|</div>
<div>|#test1()#|</div>
<div>|#test2()#|</div>
<div>|#request.ff.alttext(1)#|</div>
<div>|#left(request.ff.structtourl(attributes),1)#|</div>
</cfoutput>

and now get this result

|ourapp|
| 1|
|2|
| Edit|
| m|

so it's definitely related to the cffunction tag. 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to