Dominique
Member since Feb 8, 2011
- Profile: /members/7749-dominique.htm
- Comments: 1
Recent Blog Comments By Dominique
-
Function Hoisting In ColdFusion
Posted on Feb 8, 2011 at 7:54 AM
You could assign functions to a variable? --- <cfset theFunction = aFunction /> <cfset theFunction() /> <cfset theFunction = bFunction /> <cfset theFunction() /> <cffunction name="aFunction"> A function. </cffunction> <cffunction name="bFu... read more »