Well, yes and no ;o) Depends if I have enough 'related' udfs that are used often enough - in which case I call something an object and make it persistant in the application scope.
If I have a few randoms floating around, I stick them in a file i can include here and there. Depends what you like to do, 'eh ;o) Mark ------------------------------------------------------------------ [EMAIL PROTECTED] ICQ: 3094740 Safe From Bees [ www.safefrombees.com ] Quoting Barry L Beattie <[EMAIL PROTECTED]>: > hi all > In ASP.NET, it is recommended that UDF's should be put into a class for > convienance. > eg (asp.net): > dim myText as string = "<hello>" > dim stringManip as new stringLibObject > response.write stringManip.convert2HTML(mytext) > the only downside I can see is that you have to create an object even if you > only use one method. > is anyone already using utility CFC's? > thanx > barry.b > > -- > __________________________________________________________ > > Sign-up for Ads Free at Mail.com > > http://www.mail.com/?sr=signup > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > http://www.mxdu.com/ + 24-25 February, 2004 > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
