MC-Basic:SYSTEM.CLOCK

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

Returns the number of system clock ticks. This is the clock run by the operating system. One clock tick corresponds to 1 millisecond.

Syntax

?Sys.Clock

?System.Clock

Availability

All versions

Type

Long

Range

0 to MaxLong

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?System.Clock

See Also