Question
Dynamically nameing a CFfunction in a loop
I want to do this
loop through query results
<cffunction name= "#loop.ID#_test">
DO something with record of data from query
</cffunction>
now can I dynamically change the name of the cffunction ( and or Method)?
Can someone help me please
