ColdFusion 2016 has modified the usage of CFloop tag.
We are migrating from ColdFusion 7 to ColdFusion 2016. When I used ColdFusion Code analyzer, I got the following error message. The specification of the code is unknown. Can anyone teach me?
CFLOOP (9)
ColdFusion 2016 has modified the usage of CFloop tag.
Solution
Check the usage of the tag CFloop.
E:/wwwRoot/Extension/udf/Scr_UDF.cfm ⾏ 224
......
<!--And sets the acquired value-operational years in array-->
<cfloop index="date" to="#q.YM + 1#" from="#variable.nowYM#" step="-1" >
