J
Joe Duchtel
Hello -
This might be a silly question but I was wondering if there is "a"
preferred way of initializing a String ... so either ...
Dim lDummy As String = Nothing
.... or ...
Dim lDummy As String = ""
Thanks,
Joe
This might be a silly question but I was wondering if there is "a"
preferred way of initializing a String ... so either ...
Dim lDummy As String = Nothing
.... or ...
Dim lDummy As String = ""
Thanks,
Joe