Difference between revisions of "SCnt2"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{{header|Miscellaneous|rw|Represents the time passed in tenths of seconds since the last time that windows started.}}
+
{{header| Miscellaneous Variables|rw|Represents the time passed in tenths of seconds since the last time that windows started.}}
  
 
==== Example ====
 
==== Example ====

Revision as of 08:51, 27 August 2005

Represents the time passed in tenths of seconds since the last time that windows started.

Example


set %startTime #scnt2
for %testLoop 1 1000
{
  set %testCnt %testCnt + 1
}
set %endTime %startTime - #scnt2
Display ok time elapsed in tenths of a second: , #spc , %endTime
halt

See also

Main Page Documentation