Title: Re: Witango-Talk:  'data' system variable
Dave,
No there is not a system variable @@data, and the following code works in our lab:

<@ASSIGN local$Data "This is the contents of the Data variable in local scope">
@@local$Data<br>
<@ASSIGN request$Data "This is the contents of the Data variable in request scope">
@@request$Data<br>
<@ASSIGN user$Data "This is the contents of the Data variable in user scope">
@@user$Data<br>
<@ASSIGN myscope$Data "This is the contents of the Data variable in myscope scope">
@@myscope$Data<br>
<@ASSIGN domain$Data "This is the contents of the Data variable in domain scope">
@@domain$Data<br>

This is the output:

This is the contents of the Data variable in local scope
This is the contents of the Data variable in request scope
This is the contents of the Data variable in user scope
This is the contents of the Data variable in myscope scope
This is the contents of the Data variable in domain scope

Can you post the code you are having problems with.

Phil


On 12/11/02 12:23 PM, "Dave Machin" <[EMAIL PROTECTED]> wrote:

> 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...
>
> Dave Machin
>
>

Reply via email to