LOAD TIME Command

Description:

This command loads a variable with either the number of 10ms `ticks' since midnight (if the variable is an integer variable), or the system time (if the variable is a character variable).

For character variables, the system time will be loaded in the system default format, truncated if the variable is not long enough to hold it.

Format:

 LOAD TIME INTO variable

Parameter:

variable

The name of a character or integer variable into which the time is loaded.

Examples:

 LOAD TIME INTO Int-time
 LOAD TIME INTO Char-time

See also:

Miscellaneous Commands