Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See also

IConv (MT)OConv (MT)TimeDate()Date()

Example

Code Block
* The string value of internal time is assigned to Clock.
Clock = Time()
* Program branches to afternoon if more than 43200 seconds have passed since midnight.
If Time() GT 43200 Then
  GoSub afternoon
End