Programmer Guide/Command Reference/TGET: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==TGET==
<var>var</var> := TGET [ /ms ]


<code><var>var</var> := TGET [ /ms ]</code>
Get the number of elapsed seconds or milliseconds since the 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.


-> var = 'elapsedseconds'
==See also==
 
[[../TIME|TIME]]
Get number of elapsed seconds since last <code>TSET</code>. If the option /ms is used, the elapsed time in milliseconds is returned.

Latest revision as of 11:15, 13 June 2019

var := TGET [ /ms ]

Get the number of elapsed seconds or milliseconds since the last call to TSET. If the option /ms is used, the elapsed time is returned in milliseconds.

See also

TIME

Navigation menu

Personal tools