A
André
Hi,
i defined a class "myclass" in the App_Code directory of my asp.net
application.
i tried both syntaxes and both work.
My question is: is there a difference between both lines and what's the
best?
dim x as new myclass
dim x as new myclass()
Thanks
André
i defined a class "myclass" in the App_Code directory of my asp.net
application.
i tried both syntaxes and both work.
My question is: is there a difference between both lines and what's the
best?
dim x as new myclass
dim x as new myclass()
Thanks
André