Well, I'll let you in on a secret on how I think of these: 1. A UDF is a single function which takes in information, processes it and returns a single value. 2. A UDF can now be written using the CFFUNCTION tag rather than just using the CFSCRIPT function command. 3. A CFC is simply a collection of UDFs packaged together. As for your question, is there really a difference? ;)
At 02:53 PM 6/6/02, you wrote: >Ha, better than my code. Maybe this should be a UDF or a CFC? > ><g> > >----- Original Message ----- >From: "Michael Dinowitz" <[EMAIL PROTECTED]> >To: "CF-Community" <[EMAIL PROTECTED]> >Sent: Thursday, June 06, 2002 2:50 PM >Subject: Re: Brit confusion > > >> <CFIF Religion is "Jewish" and Cultural_Background IS "Ashkinazi"> >> <CFIF Name IS "michael dinowitz"> >> <CFSET name = name & " is a smart ass"> >> </CFIF> >> Bris >> <CFELSE> >> Brit >> </CFIF> >> >> >> At 02:38 PM 6/6/02, you wrote: >> ><cfif religion is "Ashkinazi"> >> > Brit >> ><cfelse> >> > Bris >> ></cfif> >> > >> >----- Original Message ----- >> >From: <[EMAIL PROTECTED]> >> >To: "CF-Community" <[EMAIL PROTECTED]> >> >Sent: Thursday, June 06, 2002 2:33 PM >> >Subject: Re: Brit confusion >> > >> > >> >> Oy. >> >> >> >> I make a joke, and Mikey D turns it into a language >> >> lesson. >> >> >> >> <sigh> >> >> (<grin>) >> >> >> >> -Ben >> >> >> > >> > >> > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
