Thanks guys :o) Was covered in a previous post... that barry pointed me to.
Pity you can't really work the same way with cfscript :oP ah well, what can you do ;o) Cheers anayway, and on a Friday as well ;o) Mark On Thu, 15 Jul 2004 22:32:21 -0700, Sean Corfield <[EMAIL PROTECTED]> wrote: > On Fri, 16 Jul 2004 12:19:29 +1000, Mark Mandel <[EMAIL PROTECTED]> wrote: > > Trying to dynamically call a method on a CFC, and tries to do it like this: > > > > <!--- dynamically fire method ---> > > <cfscript> > > func = item[attributes.label]; > > label = func(); > > </cfscript> > > <cfinvoke component="#item#" method="#attributes.label#" > returnvariable="label"/> > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > -- E: [EMAIL PROTECTED] W: www.compoundtheory.com ICQ: 3094740 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
