Duplicate(cfcatch)

2004-09-21 Thread Steve Brownlee
I'm seeing some very strange behavior from this code. ... cfcatch cfparam name=request.appCatchCaptures default=#ArrayNew(1)# cfset request.appCatchCaptures[..] = Duplicate(cfcatch) cfrethrow /cfcatch /cftry ... Yesterday, I was able to reliably reproduce a nice, juicy You are attempting

RE: Duplicate(cfcatch)

2004-09-21 Thread Dave Watts
Yesterday, I was able to reliably reproduce a nice, juicy You are attempting to dereference a scalar... error with the Duplicate(cfcatch) statement - a known issue with the 6.1 updater.However, upon logging into my system today, MX seems to have forgiven the issue and now happily accepts