| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Regular expressions, CRidgway |
|---|---|
| Next by Date: | Re: Variable within Variable Name, CRidgway |
| Previous by Thread: | Re: Variable within Variable Name, CRidgway |
| Next by Thread: | Re: Variable within Variable Name, Azadi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |