Tom:
The expressions...
b = true
...and...
set b = true
...makes the same thing. Both sets b to true. But it won't be a global variable
unless you declare it in a line above the expression.
global b
guran
----- Original Message -----
From: Tom <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 1:01 PM
Subject: RE: <lingo-l> lingo code
> set b = TRUE
> this will do
> T__
>
> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens
> Bora Salkim
> Verzonden: woensdag 17 januari 2001 12:46
> Aan: lingo mail list
> Onderwerp: <lingo-l> lingo code
>
>
> how can I create a global variable?
> I tried :
> b=TRUE
> or
> boolean b = TRUE
> but it didn't work..
> thanx
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
> email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo. Thanks!]
>
>
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
> email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo. Thanks!]
>
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]