hi - if anyone can give me a hint on how to do this - i would appreciate it
i tried various things that do not seem to work - for instance:
now_ = (getHour()*100)+(getMinute()*1);
if (now_ >= (mktcloseTime-(sinterval*1)))
{do other things in this efs ...}
ANY suggestion would be appreciated
thanks -p
i tried various things that do not seem to work - for instance:
now_ = (getHour()*100)+(getMinute()*1);
if (now_ >= (mktcloseTime-(sinterval*1)))
{do other things in this efs ...}
ANY suggestion would be appreciated
thanks -p
Comment