help, i have tried to use the "time" function with no success. i have tried to follow what is suggested in the MSDN libary but still a dead end. Please help with getting the system time. i wrote code as follows, where did i go wrong
dim comptime as string
dim mytime as string
comptime = time
mytime= (" 5:00:00 A.M"
if mytime = comptime then
......
end if
this was the only way i could show this without errors. if i used the # sign i get errors.
dim comptime as string
dim mytime as string
comptime = time
mytime= (" 5:00:00 A.M"
if mytime = comptime then
......
end if
this was the only way i could show this without errors. if i used the # sign i get errors.