> Ok i have some very basic code which passes variables to a > funtion. > i've confirmed that the value for productid is 100031.
> my code looks like this. > #displayProductItem(q_getWhatsNew.productid,q_getWhatsNew. > name,productPriceData,picThumbNail)# > i keep getting the error that my value productid being > passing in is > not numeric, but if i output it before the function and > cfabort it i > see "productid=100031"... > ANYONE have any idea how i can force CF to see this value > as a number????? trim(q_getWhatsNew.productid) or val(trim(q_getWhatsNew.productid)) If the query is created (rather than gathered from the db -- yea, I know, not very likely) it's possible (although again not likely) that the output="true" problem with cffunction might have something to do with it. s. isaac dealey 954.927.5117 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://macromedia.breezecentral.com/p49777853/ http://www.sys-con.com/story/?storyid=44477&DE=1 http://www.sys-con.com/story/?storyid=45569&DE=1 http://www.fusiontap.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193968 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

