Re: [Gambas-user] Application_Read

2011-07-22 Thread Demosthenes Koptsis
On Fri, 2011-07-22 at 12:29 +0200, tobias wrote: > hi, > > > 1) ok, it is called again and again and prints to stdout "ok". > > > > how i put the "test" word of Application_Read method in a variable, and > > stop the continuous calling? In other words how do i read the value? > > > this is pretty

Re: [Gambas-user] Application_Read

2011-07-22 Thread tobias
hi, > 1) ok, it is called again and again and prints to stdout "ok". > > how i put the "test" word of Application_Read method in a variable, and > stop the continuous calling? In other words how do i read the value? > this is pretty simple: Public Sub Application_Read() Dim sBuf As String