Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
TIME Function (DataBasic) (m618703+time_f.htm)
Returns the internal time of day.
TIME( )
The TIME function returns a string value containing the internal time of day.
The internal time is the number of seconds past midnight.
Internal times are converted to external format with the English MT conversion, with the OCONV function, or with the English conversion using output string formatting.
X = TIME()
Assigns the string value of the internal time to variable X.
IF TIME() 1000 THEN GOTO 10
Branches to statement 10 if more than 1000 seconds have passed since midnight.