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 22:38:09 +0000 UTC
Newsgroups: macromedia.coldfusion.cfml_general_discussion

This is the error I got:

 Invalid CFML construct found on line 46 at column 43.
 ColdFusion was looking at the following text:

 week

 The CFML compiler was processing:

     * an expression beginning with "\"", on line 46, column 32.This message is 
usually caused by a problem in the expressions structure.
     * an expression beginning with "journalsDatestamp", on line 46, column 
14.This message is usually caused by a problem in the expressions structure.
     * The body of a cfoutput tag beginning on line 41, column 4.

  
 The error occurred in  line 46

 44 :   <td>#banner#</td>
 45 :   <td>#LastName#, #FirstName#</td>
 46 :   <td>#journalsDatestamp["journal"&#week#][#currentrow#]#</td>
 47 :   <td>#journalsDatestamp["time"&#week#][#currentrow#]#</td>
 48 :   </tr>


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