|
|
OK, I tried this, and ended up with this error:
ColdFusion was looking at the following text:
currentrow
The CFML compiler was processing:
* an expression beginning with "#", on line 46, column 49.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>
|
|