Incorrect Attributes?

OS : Debian (Linux (3.16.0-4-amd64) 64bit)

Java Version :
java version “1.8.0_181”
Java™ SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot™ 64-Bit Server VM (build 25.181-b13, mixed mode)

Tomcat Version : Apache Tomcat/8.5.33
Lucee Version : Lucee 5.3.4.80

< cfloop query=“test” index=“i”>

< /cfloop>

Gives an incorrect attributes on :

use the code button when posting code

@GaryH, We shouldn’t use cfloop query with index. There are some other optional attributes available for the query loop. ( startrow, endrow, group, groupcasesensitive )
And which values are you trying to get from using cfloop with query ?

Thanks - I thought I’d replied - all sorted thanks to your help!