If I do:
Dim a as int
May I be sure that a is zero ?
And if i do:
type myType( a as int )
dim x as myType
x.a is always zero?
Thank you
Dim a as int
May I be sure that a is zero ?
And if i do:
type myType( a as int )
dim x as myType
x.a is always zero?
Thank you