what is better? VB Code: dim a as myOBJ = new myOBJ() or VB Code: dim a as new myOBJ()
dim a as myOBJ = new myOBJ()
dim a as new myOBJ()
Forum Rules