More local variables scoping weirdness

2004-04-01 Thread Barney Boisvert
So I happened to loop over a recordset in a function today and one of the column names had the same name as an argument to the function.I thought nothing of it, and assumed that inside my CFLOOP tag, the column's value in the current record would have the highest priority in the scope search

RE: More local variables scoping weirdness

2004-04-01 Thread Pascal Peters
Subject: More local variables scoping weirdness So I happened to loop over a recordset in a function today and one of the column names had the same name as an argument to the function.I thought nothing of it, and assumed that inside my CFLOOP tag, the column's value in the current record