H
Hei
hi,
dim a as objectA = new objectA
dim b as objectA
b=a ' what the thing in b? is here say b is a reference ?
a=b ' what the thing in a?
Hei.
dim a as objectA = new objectA
dim b as objectA
b=a ' what the thing in b? is here say b is a reference ?
a=b ' what the thing in a?
Hei.