[Gambas-user] A few questions.

Benoit Minisini gambas at ...1...
Wed Dec 29 15:32:55 CET 2004


On Sunday 26 December 2004 21:46, Oliver Stieber wrote:
> Hi, I noticed all the classes stuff in Gambas and have
> tried to write a simple class browser for
> debugging/watching variables.
>
> The problem is every time I try
> classes["myclass"]["symbol"] I get a not an array
> error,
> and if I try classes["myclass"]._get("symbol") then
> Gambas dies.
>
> Getting a list of symbols works fine though
> for each foo in classes["myclass"].symbols ...
>

Oops, I made a bug. The _get method of the Class class was declared as static. 
I fix that...

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list