Raymond Camden wrote:
> Or... getFunctionList(). This is a function that returns all available
> CF funcitons. Works in CF5 as well. I can think of _one_ function that
> doesn't get returned, but for the life of me I can't remember the name
> now.
> 
> -Raymond Camden, ColdFusion Jedi Master for Hire 

Then this should give you the full list...

<cfloop collection=#getFunctionList()# item="X">
        <cfoutput>#X#<br></cfoutput>
</cfloop>

Though I think a few functions are missing... but I'd have to look them up.

Jesse


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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