All var'd variables must be declared before any "real" code starts. That is, function declaration, argument declarations, var declarations, then the function code.
--Ben Doom Chad Gray wrote: > I am cleaning up my CFC code adding <cfset var foo = ""> and hit this > error.... What does it mean? > > Local variable i on line 33 must be grouped at the top of the function body. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285065 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

