i have a global variable that is of type date.

public r_date As date

i use it in my program and once i'm done with a single operation,i'd like to flush away the value inside the variable.if the variable is of type integer,we can just do

r_date = 0

since the variable is of type date, how do i do this?

thanx in advance..

you can do
r_date = 0

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.