<cfset x = variables["foo"]>
<cfoutput>#x(....)#</cfoutput>
If you want to dynamically pass attributes, just use argumentCollection.
<cfset a = structNew()>
<cfset a.funkymode=true>
<cfset a.getdown="andgetfunky">
<cfset result = x(argumentCollection=a)>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

