TimeStr Function

Action

Returns the current time.

Syntax

sTime = TimeStr ( )
Variable Description
sTime The current time. STRING.

Notes

TimeStr returns the current time in the format hh:mm:ss.

Example

STRING sTime
sTime = TimeStr ()
Print ("The current time is {sTime}")