Re: [Gambas-user] Server Socket Example

2012-06-14 Thread Demosthenes Koptsis
Στις 12/6/2012 21:53, ο/η Benoît Minisini έγραψε: > Le 10/06/2012 22:00, Demosthenes Koptsis a écrit : >> Hi list, >> >> i work on a server project similar to ServerSocket example and i have >> some questions >> >> 1) in example i see that there is the use of Tag property for the socket as >> >> Pu

Re: [Gambas-user] Server Socket Example

2012-06-14 Thread Benoît Minisini
Le 10/06/2012 22:00, Demosthenes Koptsis a écrit : > Hi list, > > i work on a server project similar to ServerSocket example and i have > some questions > > 1) in example i see that there is the use of Tag property for the socket as > > Public Sub MyServerSocket_Connection(sHost As String) > >

[Gambas-user] Server Socket Example

2012-06-11 Thread Demosthenes Koptsis
Hi list, i work on a server project similar to ServerSocket example and i have some questions 1) in example i see that there is the use of Tag property for the socket as Public Sub MyServerSocket_Connection(sHost As String) Obj.Tag = [$iId, 0, ""] End Sub i understand that Tag[0] is