How to Get The Time With MilliSeconds?

519 views
Skip to first unread message

Malai

unread,
Mar 13, 2006, 2:51:54 AM3/13/06
to jBASE
Hi All,

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

Daniel Klein

unread,
Mar 13, 2006, 6:42:16 AM3/13/06
to jB...@googlegroups.com
SYSTEM(9) Return CPU milliseconds
SYSTEM(12) Return 1/1000, ( or 1/10 for ROS), seconds past midnight

Mahesh

unread,
Mar 13, 2006, 8:03:44 PM3/13/06
to jBASE
TIMESTAMP() function will give the time in milliseconds....

Reply all
Reply to author
Forward
0 new messages