Hi guys ,

Iam trying to make the following statment more generic but it gives me "String 
values instead the real value" 

my code is below :
<cfset i = 7/>
<cfset col1 = "qSheetData." & "column" & #i#/>

<cflop query="qSheetData">

<cfset strMonth = #col1#/>


</cfloop>


this gives me strMonth  as string "qSheetData.column7" and not as a value.

if i replace by <cfset strMonth = qSheetData.column7/> , this will work..and 
give me my query data 


Can any body tells me how should i get the data using the 1st statment ?

thanks] 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5645
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to