Dynamic Application Variable and the Duplicate() Function

2002-12-18 Thread Ryan Farrell
Well, I can set my dynamic variable just fine, but reading it appears to be an issue. Please let me know what you think about this: cflock type=readonly scope=application timeout=5 cfif isdefined(application.class#url.class#) cfset request.adList =

RE: Dynamic Application Variable and the Duplicate() Function

2002-12-18 Thread Raymond Camden
Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Ryan Farrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 10:46 AM To: CF-Talk Subject: Dynamic Application Variable and the Duplicate() Function Well, I can

RE: Dynamic Application Variable and the Duplicate() Function

2002-12-18 Thread Ryan Farrell
Cool, thanks! -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 10:59 AM To: CF-Talk Subject: RE: Dynamic Application Variable and the Duplicate() Function Use bracket notation. This applies to any struct: cfset foo = application