P
Peter Ignarson
Hi, simple question
Is there a syntax (other than the one below that is invalid) that will let
me declare and initialize two variables at the same time (using VS 2003,
1.1) ?
Thank you
Pete
Dim a,b As Integer = 6 'Syntax error, invalid
Is there a syntax (other than the one below that is invalid) that will let
me declare and initialize two variables at the same time (using VS 2003,
1.1) ?
Thank you
Pete
Dim a,b As Integer = 6 'Syntax error, invalid