Hi gang,

I was wondering if it were possible to pass an un-named argument to a
dynamic function. For example, I have this call:

   - <cfinvoke method="get#arguments.Name#" returnvariable="ReturnValue"
   value="#arguments.Value#" /> - It is a CFINVOKE because to my
   knowledge, in CF8, you still can't invoke a dynamic function using script,
   i.e. set#DynamicFunction#(arguments)

The attribute "value" in the cfinvoke call basically passes the invoked
function an argument named "Value". Is it possible to pass in an
un-namedargument in position 1 instead? Basically the equivalent of
set#DynamicFunction#(Value)??

Cheers,
Baz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CFCDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfcdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to