[Gambas-user] Array with multiple types of vars

Demosthenes Koptsis demosthenesk at ...626...
Tue Jun 12 08:38:53 CEST 2012


Hi,

in server socket example i see that we use the Tag property as an array

i changed it a while....
   Obj.Tag = [$iId, 0, "", False, sHost] 'Client id, Data id, Data, 
Valid Client, Remote Ip

My question is, can i make such arrays [$iId, 0, "", False, sHost] at 
Global scope Private/Public arrays?

i want to create an array like
[Integer, Integer, String, Boolean, String]

How can i do that?




More information about the User mailing list