>   I need some clarification, what is the difference between a 
> UDF & a Custom
> Tag?  Are they stored & called the same way?

I'd usualy just tell someone to RTFM, but I'm bored today.

A custom tag is called like:
<cf_mytag wibble="rar" rar="wibble">
        kdsgsdgsdg sdg sgd sdg 
</cf_mytag>

A UDF is used like:
<cfquery name="qQuery" datasource="#myUDF(session.username)#">
        select ...
</cfquery>
or inside a <cfscript> block, just like any other CF function.

Custom tags have to reside in a seperate file, UDF's may be declared inline
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
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

Reply via email to