if you are using named arguments, you can use them in whatever order you
want.
interesting OpenBD-factoid: we also support (which i believe other
engines still do not) but we support named-argument calling for
core-built-in functions.
So to answer your question ... the following is the same:
<cfset foo = Application.dns.methodName(arg1=var1, arg2=var2) />
<cfset foo = Application.dns.methodName(arg2=var2, arg1=var1) />
On 06/07/2012 20:05, Jason King wrote:
Can you name the arguments in the function, or do you have to just
list them according to the order they are created in the function?
ie <cfset foo = Application.dns.methodName(arg1=var1, arg2=var2) />
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en