hello, I have an usual problem ( a least for me :) ), where I created multiple objects (say b1, b2, b3 ,b4 ) from the same class (b) inside another class (class a), the object is a1. The variable for class b such as "value" is changed for every object, for example a1.b1.value = 10; also a1.b2.value = 20; .. .. .. now when the value of 20 is entered in b2 the value in b1 is also changed to 20. Did anyone see this problem earlier? thanks