Difference between revisions of "SCnt2"
From Wiki
m |
m |
||
Line 22: | Line 22: | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | Width=200px | [[ | + | | Width=200px | [[Var_date|#date]] || Width=200px | [[Var_time|#time]] || Width=200px | [[Var_sysTime|#sysTime]] || Width=200px | [[Var_sCnt|#sCnt]] |
|} | |} | ||
---- | ---- |
Revision as of 18:44, 10 August 2005
#sCnt2
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 |