Difference between revisions of "SCnt"
From Wiki
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{header|Miscellaneous|rw|Represents the time passed in seconds since the last time that windows started.}} | + | {{header| Miscellaneous Variables|rw|Represents the time passed in seconds since the last time that windows started.}} |
==== Example ==== | ==== Example ==== |
Revision as of 07:52, 27 August 2005
⇔ | Represents the time passed in seconds since the last time that windows started. |
Example
set %startTime #sCnt for %testLoop 1 1000 { set %testCnt %testCnt + 1 } set %endTime %startTime - #sCnt Display ok time elapsed in seconds: , #spc , %endTime halt
See also
Main Page | Documentation |