> >A UDF must be in the local scope. Think of it like a > variable. I can't > >cfoutput #x# unless I defined it earlier. Now, just like > variables, UDFs > >do not need to be on the same physical page. I can <CFINCLUDE> a > >template that contains the UDFs, or define them in the > Application.cfm > >file. > > > does it make sense to map them to a REQUEST scope? :-) >
I have in the past when I wanted to use a particular UDF in a custom tag, although you can always do <cfset x = caller.foo()>. ======================================================================= Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

