[Gambas-user] Array

Benoit Minisini benoit.minisini at ...2...
Sun Mar 5 23:19:13 CET 2006


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





More information about the User mailing list