TIME


The TIME() function returns the current system time.

 

COMMAND SYNTAX

TIME()

 

NOTES

The time is returned as the number of seconds past midnight

 

EXAMPLES

CRT "Time is ":OCONV(TIME(), "MTS")


jBC