Re: Cant nest CFLOOPs !

2000-09-28 Thread Sean Renet
Peter make them lists. Cfset names = valuelist(myquery.name) etc then use listgetat - Original Message - From: "Peter Theobald" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 8:42 PM Subject: Cant nest CFLOOPs ! I just found

Cant nest CFLOOPs !

2000-09-26 Thread Peter Theobald
I just found out that if you nest CFLOOPs with Queries the inner CFLOOP will undo the outer loops query variable bindings! In other words: CFLOOP QUERY="myquery" name is #myquery.name# (this works)br CFLOOP QUERY="liststates" state is #liststates.state# (this works)br