that's not a UDF (*User* Defined Function). It's built-in to CF.  You won't be able to edit AFAIK.


Duncan Cumming
IT Manager

http://www.alienationdesign.co.uk
mailto:[EMAIL PROTECTED]
Tel: 0141 575 9700
Fax: 0141 575 9600

Creative solutions in a technical world

----------------------------------------------------------------------
Get your domain names online from:
http://www.alienationdomains.co.uk
Reseller options available!
----------------------------------------------------------------------
----------------------------------------------------------------------




"Allan Cliff - CFUG Spain" <[EMAIL PROTECTED]>

19/04/2004 12:59
Please respond to dev

       
        To:        <[EMAIL PROTECTED]>
        cc:        
        Subject:        Re: [cf-dev] Re: [ cf-dev ] UDFs


I want to play around with the LSEuroCurrencyFormat().
 
Thanks
 
Allan
----- Original Message -----
From: Paul Johnston
To: [EMAIL PROTECTED]
Sent: Monday, April 19, 2004 1:57 PM
Subject: [cf-dev] Re: [ cf-dev ] UDFs

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