M
Martha
Hi,
I'm stuck - I have a variable Starttime that I want to
check against Now(). If more than "00::02:30" elapses I
want to do something.
If Now-Starttime > "00:02:30" then
do something
end if
What would the proper syntax be?
TIA
Martha
I'm stuck - I have a variable Starttime that I want to
check against Now(). If more than "00::02:30" elapses I
want to do something.
If Now-Starttime > "00:02:30" then
do something
end if
What would the proper syntax be?
TIA
Martha