Here is the output:

_34_ _34 _

On CF 7.0.1

On 9/30/05, Barney Boisvert <[EMAIL PROTECTED]> wrote:
>
> Can anyone confirm this bug on CF 7.0.1?
>
> <cffunction name="t">
> <cfargument name="a" type="numeric" required="true" />
> <cfreturn "_" & a & "_" />
> </cffunction>
> <cfoutput>
> #t(34)#
> #t("34 ")#
> </cfoutput>
>
> The second call to 't' should throw an error that the argument isn't
> numeric, but it allows it. Even worse, the value of 'a' inside the
> method isn't 34, but "34 " (note the trailing slash). I don't have a
> 7.0.1 install, but I've confirmed this bug it on 6.1 and 7.
>
> cheers,
> barneyb
>
> --
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com/
>
> Got Gmail? I have 100 invites.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219776
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to