CurrentTime$ ( )
Parameters
None
Description
Returns the current time in the format: HH:MM:SS (i.e. 14:31:57).
Example
; Print the current time to the screen
Print "The Time is:" + CurrentTime$()
Index