R
Ricky W. Hunt
I've looked and for the life of me I can't find an explanation of "New". For
instance, what is the difference between:
Dim a As Integer
and
Dim a As New Integer
?
Is it just "optional" (meaningless)? The only BASIC I knew previously was,
well, BASIC and when you Dim-ed something you were creating it, thus it was
"new". I'm just not getting it. Any help would be appreciated.
instance, what is the difference between:
Dim a As Integer
and
Dim a As New Integer
?
Is it just "optional" (meaningless)? The only BASIC I knew previously was,
well, BASIC and when you Dim-ed something you were creating it, thus it was
"new". I'm just not getting it. Any help would be appreciated.