Programmer Guide/Command Reference/TGET: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
<var>var</var> := TGET [ /ms ] | |||
Get number of elapsed seconds or milliseconds since last call to [[Programmer_Guide/Command_Reference/TSET|<code>TSET</code>]]. If the option <code>/ms<code> is used, the elapsed time is returned in milliseconds. Otherwise, seconds is the unit to go. | |||
Get number of elapsed seconds since last <code>TSET</code>. If the option /ms is used, the elapsed time in milliseconds is |
Revision as of 21:36, 30 April 2014
var := TGET [ /ms ]
Get number of elapsed seconds or milliseconds since last call to TSET
. If the option /ms
is used, the elapsed time is returned in milliseconds. Otherwise, seconds is the unit to go.