While it is possible and does not throw an error I would like to know if it's an approved practice to var scope multiple variables in one line like this:
<cfset VAR var1 = var2 = var3 = ''>
I would appreciate all ideas and opinions especially if they come with documentation as a supporting argument. I know that it works without throwing an error but I can't find specific documentation saying whether it will scope a variable or if it just declares the value.
Thanks!
#Local#CF8/#getPageContext().getActiveFunctionLocalScope()#– Leigh Apr 21 '11 at 17:43