Do anyone know about how to get the milliseconds in the time?
001 PROGRAM TEST.TIME
002 PRINT TIMEDATE()
003 PRINT TIME()
004 CRT "Time is ":OCONV(TIME(), "MTS")
005 STOP
OUTPUT
15:49:50 13 MAR 2006
56990
Time is 15:49:50
In the above sample program, i need milliseconds. Is there any direct
command to get the milliseconds with the time?
Tks
Malai