[Gambas-user] how do
Rob
sourceforge-raindog2 at ...94...
Fri May 14 16:28:05 CEST 2004
On Friday 14 May 2004 04:34, vandenbulcke christophe wrote:
> how chage a local array "dim a[10,10] as integer " to public
> the array "public a [10,10] as integer " dont work
> how do
You need to put PUBLIC declarations outside of any sub or
function, whereas with DIM it must be inside a sub or function.
So if you were just changing DIM to PUBLIC it won't work.
Rob
More information about the User
mailing list