Hey,

Is there a difference between the following two declarations?

dim a as new someclass

dim a as someclass = new someclass

Thanks,