|
-
Jan 17th, 2005, 07:48 AM
#1
Thread Starter
New Member
null value in date property
my problem is that
dim var1 as date
var1=null
is this possible
-
Jan 17th, 2005, 07:53 AM
#2
Fanatic Member
Re: null value in date property
-
Jan 17th, 2005, 07:58 AM
#3
PowerPoster
Re: null value in date property
Hi,
Null has been discarded in VB.NET. Use
var1 = Nothing to clear the variable
or
var1 = CDate("") to clear the value of the variable.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|