Have you tried using the REQUEST Scope (the new local scope)
@@request$data
In version 5 local scope becomes a custom scope and you have to purge it yourself so it wont step on itself
if you know what I mean ;-)
Ben Johansen - http://www.pcforge.com <http://www.pcforge.com/>
Authorized WiTango Reseller
http://www.pcforge.com/WitangoGoodies.htm
latest beta downloads @ http://www.witango.ws <http://www.witango.ws/>
-----Original Message-----Is there a system variable called @@data in WiTango 5? I have code that was working on the previous version, but everywhere I've referenced a local scope variable 'data' the code doesn't work. When I renamed the variable it was OK...
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Machin
Sent: Monday, November 11, 2002 5:24 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: 'data' system variable
Dave Machin
I don't think that local scope became a custom scope in W5. A custom
scope behaves totally differently than local or request scope does.
It persists across requests. I was under the impression that local
scope is just an "alias" for request scope in W5.
Stefan
