HI
I am getting this error below. I changed the datasource of the access database to be MS Access with Unicode because of a character set problem. Before i did this the page ran without any errors. Is there a different way of programming the below?
Missing argument name.
When using named parameters to a function, every parameter must have a name.
The CFML compiler was processing:
an expression beginning with "ListGetAt", on line 11, column
<CFOUTPUT>
<MAP NAME="golf_tours_Map">
<AREA SHAPE="poly" ALT="Hole ##7 - #ListGetAt(tourList, 7)#" COORDS="164,118, 185,124, 208,132, 242,142, 242,150, 240,174, 247,197, 254,225, 250,240, 241,247, 238,249, 218,239, 196,229, 199,201, 184,170, 158,125" HREF="g_tours_detail.cfm?ID=7">
</MAP></CFOUTPUT>
I am getting this error below. I changed the datasource of the access database to be MS Access with Unicode because of a character set problem. Before i did this the page ran without any errors. Is there a different way of programming the below?
Missing argument name.
When using named parameters to a function, every parameter must have a name.
The CFML compiler was processing:
an expression beginning with "ListGetAt", on line 11, column
<CFOUTPUT>
<MAP NAME="golf_tours_Map">
<AREA SHAPE="poly" ALT="Hole ##7 - #ListGetAt(tourList, 7)#" COORDS="164,118, 185,124, 208,132, 242,142, 242,150, 240,174, 247,197, 254,225, 250,240, 241,247, 238,249, 218,239, 196,229, 199,201, 184,170, 158,125" HREF="g_tours_detail.cfm?ID=7">
</MAP></CFOUTPUT>