Difference between revisions of "SCnt2"

From Wiki
Jump to: navigation, search
 
m
Line 3: Line 3:
 
'''Miscellaneous System Variables'''
 
'''Miscellaneous System Variables'''
 
=== Description ===
 
=== Description ===
{{ro}}
+
{{rw}}
  
 
Represents the time passed in tenths of seconds since the last time that windows started.
 
Represents the time passed in tenths of seconds since the last time that windows started.

Revision as of 17:55, 9 August 2005

#pixCol

Miscellaneous System Variables

Description

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

#date #time #sysTime #sCnt

Main_Page Documentation Miscellaneous System Variables