Re: [Gambas-user] ERROR in TextEditor.LinePos.998

2015-06-14 Thread Ru Vuott
Well, now it's OK. regards Dom 14/6/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] ERROR in TextEditor.LinePos.998 A: "mailing list for gambas users" Data: Domenica 14 giugno 2015, 17:42 Le 13/06/2015 13:42, Ru

Re: [Gambas-user] ERROR in TextEditor.LinePos.998

2015-06-14 Thread Benoît Minisini
Le 13/06/2015 13:42, Ru Vuott a écrit : > Hello, > > I get an error, if I launch twice this very simple code: > > Public Sub Main() > >Print String(100, "ab ") > > End > > > In particular, I notice that - if the text written in the console exceeds the > current width of the console - first ti

[Gambas-user] ERROR in TextEditor.LinePos.998

2015-06-13 Thread Ru Vuott
Hello, I get an error, if I launch twice this very simple code: Public Sub Main() Print String(100, "ab ") End In particular, I notice that - if the text written in the console exceeds the current width of the console - first time it runs, but second this error happens: " This applicati