CurrentTime$()
Definition:
Returns the current system time.
Parameter Description:
None
Command 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