Prolly should have called it 'truefalseformat', instead of an already defined function of 'yesnoformat' ::blush:: =^)
------------------ William E. Seiter Need to have your mortgage modified? I charge no fees until I am successful, then I charge almost half the rate you would find elsewhere. Professional. Dedicated. Effective. The Easy 24/7 way to get started: http://www.goldengrove.net/ or you can call: (626) 593 - 5501 -----Original Message----- From: William Seiter [mailto:[email protected]] Sent: Sunday, March 08, 2009 10:43 AM To: cf-talk Subject: RE: true false You can build your own. <cffunction name="yesnoformat" return="string"> <cfargument name="bValue" required='true'> <cfif arguments.bValue> <cfreturn 'True'> <cfelse> <cfreturn 'False'> </cfif> </cffunction> Not tested, but along these lines... William ------------------ William E. Seiter Need to have your mortgage modified? I charge no fees until I am successful, then I charge almost half the rate you would find elsewhere. Professional. Dedicated. Effective. The Easy 24/7 way to get started: http://www.goldengrove.net/ or you can call: (626) 593 - 5501 -----Original Message----- From: Chad Gray [mailto:[email protected]] Sent: Sunday, March 08, 2009 10:23 AM To: cf-talk Subject: true false Isnt there a CF function that takes a 1 or 0 and converts it to display True or False? Or am I dreaming? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320228 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

