Yes thats exactly right.

The function itself can be coded in the format:

<cfscript>
function FormatMRN(inStr) {
   ...code here...
   return outStr
}
</cfscript>

OR

<cffunction name="FormatMRN" ...>
   <cfargument name="inStr" ...>
   ...code here...
   <cfreturn outStr>
</cffunction>

This code can either be placed in the current file (not very good for
reuse) or included from an external file.


Cheers

Mark
-- 
Mark Stanton 
Gruden Pty Ltd 
http://www.gruden.com

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to