Community Member Profile
Dominique
Member since Feb 8, 2011
- Profile: /members/7749-Dominique.htm
- Comments: 1
- Points: 11
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. </cf... read more »



