<cfloop from="1" to="3" step="1" index="counter"> <cfoutput>counter.getClass().getName() = #counter.getClass().getName()# counter=#counter# counter.toString()=#counter.toString()#<Br/> </cfloop>counter.getClass().getName() = java.lang.String counter=1 counter.toString()=1.0