[Gambas-user] Array

Laurent Carlier lordheavy at ...512...
Mon Mar 6 01:39:21 CET 2006


Le Lundi 6 Mars 2006 00:44, Lorenzo Tejera a écrit :
>  DIM myBla AS String[]
>
>  myBla = Array["0", "1", "2", "3"]
>
> with [] not work , gambas 1.9.26 , unknown identifier array
>
> regards
>
> lorenzo
>

Perhaps something like that :-)

PUBLIC SUB Main()

  DIM toto AS String[]
  
  toto = ["ee", "aa", "bb"]
  
  PRINT Object.Type(["ee", "aa", "bb"])
  
END

Regards,

-- 
jabber : lordheavy at ...943...
mail : lordheavymREMOVEME at ...626...





More information about the User mailing list