macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

Re: Variable within Variable Name

Subject: Re: Variable within Variable Name
From: "semi star gazer"
Date: Fri, 22 Feb 2008 23:15:09 +0000 UTC
Newsgroups: macromedia.coldfusion.cfml_general_discussion

Well... no error, but no data! I just get empty cells in my table where the 
journal and datestamp would be, but the rest of the data is pulling fine. Any 
idea why that would happen?

 <cfoutput query="journalsDatestamp">
        <tr>
        <td>#ID#</td>
        <td>#banner#</td>
        <td>#LastName#, #FirstName#</td>
        <td>#journalsDatestamp["journal"&"#week#"]["#currentrow#"]#</td>
        <td>#journalsDatestamp["time"&"#week#"]["#currentrow#"]#</td>
        </tr>
 </cfoutput>


<Prev in Thread] Current Thread [Next in Thread>