LoginLogin
Might make SBS readonly: thread

TIME$

Root / Documentation / [.]

Created:
Return the current time as a string.

Syntax

TIME$ OUT timestamp$
OutputDescription
timestamp$The current time in a string, formatted as Hr:Mn:Sc.
The time is always returned in 24-hour format.

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?)