Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Lord Quo
Ok, in the words of Pistachon (child mexican character): "understood and annotated" Regards. -- From: "Fabien Bodard" Sent: Monday, September 13, 2010 2:55 PM To: "mailing list for gambas users" Subject: Re

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Lord Quo
Thanks. -- From: "Werner" Sent: Monday, September 13, 2010 2:12 PM To: Subject: Re: [Gambas-user] Dim :: Another newbie question > On 14/09/10 02:46, tobias wrote: >> hi, >> >> >>> Hi again, >&

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Lord Quo
I tried and its correct, the Dim declaration must be declared at top of the procedure. Thanks all. -- From: "tobias" Sent: Monday, September 13, 2010 1:46 PM To: "mailing list for gambas users" Subject: Re: [Gambas-

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Fabien Bodard
2010/9/13 Werner : > On 14/09/10 02:46, tobias wrote: >> hi, >> >> >>>     Hi again, >>> >>>     Local variables are declared with Dim, but, they need to be declared at >>> top of the Sub procedure? for one reason : To have more clean program ! >>> >>>     Thanks >>> > That is correct. > > > -

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Werner
On 14/09/10 02:46, tobias wrote: > hi, > > >> Hi again, >> >> Local variables are declared with Dim, but, they need to be declared at >> top of the Sub procedure? >> >> Thanks >> That is correct. -- S

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread tobias
hi, > Hi again, > > Local variables are declared with Dim, but, they need to be declared at > top of the Sub procedure? > > Thanks > > ___ > Lic. Daniel Quintero Rojas > > http://www.dquinter.com.mx > ___ > -

[Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Lord Quo
Hi again, Local variables are declared with Dim, but, they need to be declared at top of the Sub procedure? Thanks ___ Lic. Daniel Quintero Rojas http://www.dquinter.com.mx ___