J
John A Grandy
how are people dealing with the situation where a function accepts a String
representation of a date ... but a control on the page or form returns a
Date value ...
strangely, these Date values can be Nothing but not in the sense of a object
reference to Nothing ...
rather, you supposedly can use an equality comparison
MyControl.Date = Nothing
representation of a date ... but a control on the page or form returns a
Date value ...
strangely, these Date values can be Nothing but not in the sense of a object
reference to Nothing ...
rather, you supposedly can use an equality comparison
MyControl.Date = Nothing