Just wanted to post about this function I just found in the back of WACK... the 
very last function. I use a lot of bit data types in my db. Then it sucks when 
you need to output a "yes" or a "no" on your site. YesNoFormat() takes care of 
it for me. 

So I can say:

Memmership Active: <cfoutput>#YesNoFormat(getmembers.memberisactive)#</cfoutput>

That'll output a "yes" or "no". 

Wish I'd known about that one sooner!

Will

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251560
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