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

2013-01-27 Thread Benoît Minisini
Le 26/01/2013 00:35, Tobias Boege a écrit : > Hi, > > two separate questions about Structs in Gambas: > > 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'? > >

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

2013-01-26 Thread Benoît Minisini
Le 26/01/2013 00:35, Tobias Boege a écrit : > Hi, > > two separate questions about Structs in Gambas: > > 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'? > F

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

2013-01-25 Thread Tobias Boege
Hi, two separate questions about Structs in Gambas: 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'? 2. The docs state that we could only create embedded arrays o