Time$: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
Lines 10 and 20 illustrate putting TIME$ and [[DATE$]] as identifying information on a printed report. | Lines 10 and 20 illustrate putting TIME$ and [[DATE$]] as identifying information on a printed report. | ||
==== | ====See Also==== | ||
[[ | *[[Date$]] | ||
*[[Date (Internal Function)]] | |||
*[[Time]] [[command]] | |||
====Technical Considerations==== | ====Technical Considerations==== |
Revision as of 14:08, 6 May 2014
The Time$ internal function returns the system time in the format hh:mm:ss.
Comments and Examples
00010 PRINT #255,USING 20: TIME$, DATE$ 00020 FORM "Time: ",C 8,SKIP 1," Date: ",C 8
Lines 10 and 20 illustrate putting TIME$ and DATE$ as identifying information on a printed report.