G
Guest
I am doing vb.net programming
my problem is
dim myobject() as myclass
i am craeating dynamic array of my object and later i am specifing length of array like
set myobject=new myclass()
redim myobject(TotalLength)
i dont know is that correct sentence i am using cos i am new to vb.net
thanks
my problem is
dim myobject() as myclass
i am craeating dynamic array of my object and later i am specifing length of array like
set myobject=new myclass()
redim myobject(TotalLength)
i dont know is that correct sentence i am using cos i am new to vb.net
thanks