B
Brian K. Maher
Guest
Here is some simple code that does it: DEFINE VARIABLE VStartTime AS DATETIME NO-UNDO. VStartTime = ADD-INTERVAL(NOW, (ETIME * -1), "milliseconds"). DISPLAY VStartTime.
Continue reading...
Continue reading...