[Gambas-user] Array

Lorenzo Tejera fidojones at ...805...
Mon Mar 6 00:44:09 CET 2006


 DIM myBla AS String[]

 myBla = Array["0", "1", "2", "3"]

with [] not work , gambas 1.9.26 , unknown identifier array

regards

lorenzo

El Dom, 5 de Marzo de 2006, 23:19, Benoit Minisini escribió:
> On Saturday 04 March 2006 21:37, Reinhard Ohm wrote:
>
>> Hello
>>
>>
>> can it be that the array function does not function or I is too stupid?
>>  (bad english, sorry)
>>
>>
>> DIM myBla as String[]
>>
>>
>> myBla= Array("0", "1", "2", "3")
>>
>> Unknown identifier: Array
>>
>>
>>
>
> Array() was removed in the last development version. Use '[' & ']'.
>
>
> Regards,
>
>
> --
> Benoit Minisini
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language that extends applications into web and mobile media. Attend the
> live webcast and join the prime developer group breaking into this new
> coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>





More information about the User mailing list