Jeroen
Member since Mar 30, 2009
- Profile: /members/3184-jeroen.htm
- URL: http://www.neoneo.nl
- Comments: 1
Recent Blog Comments By Jeroen
-
Learning ColdFusion 8: Implicit Struct And Array Creation
Posted on Mar 30, 2009 at 8:52 AM
Maybe it supports nested arrays and structs, but this syntax is still not supported when using inline in a function call: <cfset methodCall(["a","b"])> returns "When using named parameters to a function, every parameter must have a name.". If I give the argument a name in the call, I keep g... read more »