Re: [Gambas-user] Dim Keyword..I noticed something

2012-02-27 Thread Benoît Minisini
Le 26/02/2012 15:53, nando a écrit : > I am using some keywords as Integer vars > > DIM {event} AS INTEGER > DIM {timer} AS INTEGER > > > In the IDE, > the second line automatically capitalized and highlighted as a keyword > with keyword color. > > In Gambas2. Maybe it propagated forwards into Gam

[Gambas-user] Dim Keyword..I noticed something

2012-02-26 Thread nando
I am using some keywords as Integer vars DIM {event} AS INTEGER DIM {timer} AS INTEGER In the IDE, the second line automatically capitalized and highlighted as a keyword with keyword color. In Gambas2. Maybe it propagated forwards into Gambas 3 -Fernando --