J
John A Grandy
apparently references of type Date can not assume the value Nothing, because
the following code fails:
Dim d As Date
.......other code......
If d Is Nothing Then
End If
so then what is the equivalent to Nothing for a reference of type Date ?
the following code fails:
Dim d As Date
.......other code......
If d Is Nothing Then
End If
so then what is the equivalent to Nothing for a reference of type Date ?