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