1 TIME The TIME function returns the time of day (in seconds) as a floating-point number. The TIME function can also return CPU time and device connect time. An argument of 0 returns the number of seconds since midnight. An argument of 1 returns the CPU time, and an argument of 2 returns the connect time. Example PRINT TIME(0) 2 Syntax real-var = TIME(int-exp) Status: 200 OK Content-Type: text/plain; charset=ISO-8859-1 Last-Modified: Mon, 23 Oct 2000 06:15:19 GMT Script-Control: X-stream-mode=1 1 TIME$ The TIME$ function returns a string displaying the time of day in the form HH:MM AM or HH:MM PM. An argument of zero returns the current time. Example Current_time$ = TIME$(0%) 2 Syntax str-var = TIME$(int-exp)