[Gambas-user] Application_Read
tobias
tobiasboe1 at ...20...
Fri Jul 22 12:29:20 CEST 2011
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
Read #Last, sBuf, Lof(Last)
End
> 2) if i use PUBLIC SUB SetTextArea it is also a Dynamic Symbol and it
> complains.
>
> Thanks, it may be easy but here i am stucked :(
for this, i'm stuck, too (if you declare SetTextArea as static, you
can't use the textarea object in it)...
regards,
tobi
More information about the User
mailing list