Re: Very basic variable question.

2002-02-26 Thread two two two
Hey, thanks for all the help on this basic question. I'm trying to get adjust from the perl way of doing things. -Garman === Message: 3 Date: Mon, 25 Feb 2002 23:09:39 -0500 To: [EMAIL PROTECTED] From: Tab Julius <[EMAIL PROTECTED]> Subject: Re: Very basic variable question. Cc: <[

Very basic variable question.

2002-02-25 Thread two two two
I have a very very basic lingo question. -- on mouseUp gIncre = gIncre + 2 put gIncre end -- I'm trying create a lingo script where every time I click on text, the number increment. Here I'm just trying to "put" the updated number in the message window. Any i