Time$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


====Technical Considerations====
====Technical Considerations====
:1.) The time can be changed by the operator using the TIME command from Business Rules . On a multi-user system, these changes do not affect other workstations.
# The time can be changed by the operator using the TIME command from Business Rules . On a multi-user system, these changes do not affect other workstations.


<noinclude>
<noinclude>
[[Category:Internal Functions]]
[[Category:Internal Functions]]
</noinclude>
</noinclude>

Revision as of 08:58, 1 February 2012

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.

Related Functions:

DATE$ and DATE

Technical Considerations

  1. The time can be changed by the operator using the TIME command from Business Rules . On a multi-user system, these changes do not affect other workstations.