Programmer Guide/Command Reference/TGET: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  <var>var</var> := TGET [ /ms ]
  <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 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.
 
==See also==
[[../TIME|TIME]]

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