The TIME() function returns the current system time.
TIME()
The time is returned as the number of seconds past midnight
CRT "Time is ":OCONV(TIME(), "MTS")
jBC