#Evaluate("myview.#myvariable#")#

-----Original Message-----
From: Laszlo Nadai [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 23, 2000 8:19 PM
To: CF-Talk
Subject: nested # problem


I have a query:

<cfquery datasource="mydata" name="myview">
        SELECT * FROM mytable
</cfquery>

Now I would like to <cfoutput> let's say myview.city, or my
myview.state, or myview.zip depending on the value of a variable.
I was trying nesting #'s something like:

#myview.#myvariable## and similar things, none of which worked :-(

TIA,
laszlo
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to