TIME
TIME() function returns the current system time.
COMMAND SYNTAX
    TIME()
NOTES
Returns the time as the number of seconds past midnight
EXAMPLE
    CRT "Time is " : OCONV( TIME(), "MTS" )
Last update: Sat, 16 Jul 2022 15:34
TIME() function returns the current system time.
    TIME()
Returns the time as the number of seconds past midnight
    CRT "Time is " : OCONV( TIME(), "MTS" )