Re: [Gambas-user] Several lines from a string in the code

2010-05-15 Thread Benoît Minisini
> > Method 2: > > textarea1.text = ("Moon\n" > > > > "The Moon is the only natural satellite of Earth.\n" > > > > "It is the nearest body and the best known.") > > > > error: Missing ')' in line > > This method should

Re: [Gambas-user] Gambas3: error with ODBC

2010-05-15 Thread Benoît Minisini
> Gambas 3, 64 bit version. > During the connection setup with an ODBC database everything goes right, > but when I try to exec a query with Connectin.Exec, Gambas crashes with > #11 error. Can you get a backtrace with gdb? And better get an output of running your project inside valgrind? -- Be

Re: [Gambas-user] I am new and am just saying hello

2010-05-15 Thread Benoît Minisini
> Hello, > Bonjour, > > > I am Alain Baudrez from Brugge (Belgium). I am a retired professional > MS SysAdmin / ICT Teacher / VB programmer from the Belgian Navy for > over more than 20 years. My last job from 1096 to beginning this year > was at the Belgian-Netherlands MineWarfare School at Oste

[Gambas-user] I am new and am just saying hello

2010-05-15 Thread Alain Baudrez
Hello, Bonjour, I am Alain Baudrez from Brugge (Belgium). I am a retired professional MS SysAdmin / ICT Teacher / VB programmer from the Belgian Navy for over more than 20 years. My last job from 1096 to beginning this year was at the Belgian-Netherlands MineWarfare School at Ostend - http://www.

Re: [Gambas-user] Support for "static" arrays has been removed

2010-05-15 Thread Fabien Bodard
> You mean in Gambas 3, or in next stable release of Gambas 2. > Thanks. In Gambas3 as Gambas2 is in the end of its life All the change in the language can only be for gb3 (for compatibilities problems) > > Saluti, > > Stefano > > -

Re: [Gambas-user] Support for "static" arrays has been removed

2010-05-15 Thread Stefano Palmeri
Il venerdì 14 maggio 2010 23:35:44 Benoît Minisini ha scritto: > Hi, > > There was a warning in the documentation for a long time, and now it is > effective: the support for static arrays has been removed. > > Moreover, the New keyword is now mandatory if you want to instanciate an > array at the s

Re: [Gambas-user] Support for "static" arrays has been removed

2010-05-15 Thread Fabien Bodard
ok :-) Le 14 mai 2010 23:35, Benoît Minisini a écrit : > Hi, > > There was a warning in the documentation for a long time, and now it is > effective: the support for static arrays has been removed. > > Moreover, the New keyword is now mandatory if you want to instanciate an array > at the same