> I get an error about left-hand side assignment when I try something like
> this:
>
> <cfset "qryGet_current_" & param & "_values" =
> QueryNew(qryGet_current_NT_values.columnlist)>
> or
> <cfset qryGet_current_#param#_values =
> QueryNew(qryGet_current_NT_values.columnlist)>
>
what about the other combination of what you already tried,
<cfset "qryGet_current_#param#_values" =
QueryNew(qryGet_current_NT_values.columnlist)>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists