|
|
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>
|
|