Wherever they are defined!

Seriously, they are defined in a .cfm template somewhere (or if it's from a CFC, in the CFC).

Either

<cffunction name>
</cffunction

or
<cfscript>
function fn_name(args) {
   // do something!
}
</cfscript>

Paul


Allan Cliff - CFUG Spain wrote:


I want to edit a CF UDF where are they?
--------------------------------------------------------------
Allan Cliff
Malaga RedPro S.L.
--------------------------------------------------------------



-- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
     *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
          *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



Reply via email to