I am having an issue with this bit of code:
<cfloop query="qGetSARs">
<cfset tmp=ArrayAppend("APPLICATION.SARBitMap.#ATTRIBUTES.ARName#"[qGetSARs.CurrentRow], qGetSARs.SARName)>
<cfset tmp=ArrayAppend("APPLICATION.SARBitMap.#ATTRIBUTES.ARName#"[qGetSARs.CurrentRow], qGetSARs.SARPos)>
</cfloop>
I am getting the following error:
Invalid parser construct found on line 9 at position 68. ColdFusion was looking at the following text:
[
Invalid expression format. The usual cause is an error in the expression structure
Any help would be appreciated.
Thanks in advance,
Michel
