Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <b>time$ get or set system time</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TIME$                    Get or Set System Time

 s$ = TIME$                              ' Get System Date
 TIME$ = stringexpr                      ' Set System Date

    Returns the current system time, as an eight-character string in the
    form hh:mm:ss (Function), or sets the current system time (Statement).

  stringexpr    A string expression in the form "hh" or "hh:mm" or
                "hh:mm:ss". Leading 0s may be omitted in any of the three
                fields.

See Also: TIMER (Function)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson