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.
LOAD TIME INTO variable
The name of a character or integer variable into which the time is loaded.
LOAD TIME INTO Int-time LOAD TIME INTO Char-time