Re: [cfaussie] Dynamic function calls

2011-06-09 Thread Blair McKenzie
As far as I'm aware you need to use cfinvoke ... method=get#VarName# Blair On Fri, Jun 10, 2011 at 2:11 PM, Steve Onnis st...@cfcentral.com.au wrote: I am trying to achieve this... (which i can do in other languages) Component[“get#VarName#”]() Though CF is throwing an error.

Re: [cfaussie] Dynamic function calls

2011-06-09 Thread Sean Corfield
On Thu, Jun 9, 2011 at 9:11 PM, Steve Onnis st...@cfcentral.com.au wrote: I am trying to achieve this... (which i can do in other languages) Component[“get#VarName#”]() Though CF is throwing an error.  Is this possible at all or do i have to use Evaluate(“Component.get#VarName#()”) The CFML