TIME$
Root / Documentation / [.]

Return the current time as a string.
The time is always returned in 24-hour format.
Syntax
TIME$ OUT timestamp$
Output | Description |
---|---|
timestamp$ | The current time in a string, formatted as Hr:Mn:Sc . |
Examples
'print the current time 'e.g. at 1:23:45 AM PRINT TIME$() '01:23:45
No posts yet (will you be the first?)