variable/TI$ variable/TI$ NAME TI$ -- Current time DESCRIPTION TI$ is a string that reads the value of the real-time clock as a 24 hour clock. The first two characters of TI$ contain the hour, the 3rd and 4th characters are the minutes, and the 5th and 6th characters are the seconds. This variable can be set to any value (so long as all characters are numbers), and will be automatically updated as a 24 hour clock. The value of the clock is lost when computer is turned off. It starts at zero when computer is turned on, and is reset to zero when the value of the clock exeeds 235959 (23 hours, 59 minutes and 59 seconds). EXAMPLES TI$ = "101530" Sets the clock to 10:15 and 30 seconds (AM). NOTES None SEE ALSO TI