> -----Original Message-----
> From: Richard Colman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 14, 2005 3:19 PM
> To: CF-Talk
> Subject: Function or CFC: reverse compliment a sequence
> 
>  So, I am going to use this a bunch of times. Is this kind of thing best
> setup up as a custom function or CFC?

It depends - if you have a bunch of functions like this then it can be
really nice to maintain them in a CFC - but you have to instantiate the CFC
to access the functions.

If it's in few places then a UDF is quicker and simpler - but you have to
make sure to import it everywhere it's used (or import it in the application
initialization which means it will be exist for every request).

Jim Davis





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:209460
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