Code to find the number of functions in the current coldfusion version


<cfset fList=GetFunctionList()>
<cfoutput>#StructCount(fList)# functions</cfoutput><br>
<cfloop collection="#fList#" item="key">
      <cfoutput>#key#<br></cfoutput>
</cfloop>

Comments

Popular posts from this blog

how to add new line in google form questions | Fix for next line issue in google form questions

How to add new line in the 'add title and description' section in google forms