[Gambas-user] CLASS inherits from CLASS causes OUT OF BOUNDS (#22)

Denis Crowther denisc at exemail.com.au
Tue Apr 18 08:22:42 CEST 2023


On 4/18/23 16:22, Mayost Sharon wrote:

> 
> 2. Make class2 inherit from class1 and then I can access from class2 to class1
> And when I try it gives the error of: OUT OF BOUNDS
> 


If you inherit then there is no "class1", the variable that you wanted 
in class1 is in the class2.

-- 
Regards
Denis



More information about the User mailing list