Very Strange Bug

2014-03-12 Thread Richard White
Hi, OK this one has me totally stumped... If I run the following code the first line dumps the contents of var1 yet the second line produces an error saying that var1 doesn't exist. cfdump var=#session.currentUser.var1# cfset var3 = #var2##session.currentUser.var1# / There is no code in

Re: Very Strange Bug

2014-03-12 Thread Richard White
OK so it seems like I got up too early and need more sleep! I found the issue was down to something silly elsewhere in my code. Thanks Hi, OK this one has me totally stumped... If I run the following code the first line dumps the contents of var1 yet the second line produces an error