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 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..