TIME

The TIME function returns the current time as a character string.

TIME() => character string

Example

A = TIME()
PRINT "CURRENT TIME: ", A