Re: [Gambas-user] R: Struct declaration scope and array of Struct

2013-01-26 Thread Tobias Boege
On Sat, 26 Jan 2013, Ru Vuott wrote: > > > > > 1. Even if I declare a *Public* Struct, all other classes in > > which I try to > > ???use this Struct give me an error about an > > unknown identifier. In what > > ???regard is the Struct 'global'? > > > > You have declare also "Public" the variab

[Gambas-user] R: Struct declaration scope and array of Struct

2013-01-25 Thread Ru Vuott
> > 1. Even if I declare a *Public* Struct, all other classes in > which I try to >    use this Struct give me an error about an > unknown identifier. In what >    regard is the Struct 'global'? > You have declare also "Public" the variable of relative Structure type. Example. In FMAIN I have