Difference between revisions of "SCnt2"
From Wiki
m |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | {{header|Miscellaneous|rw|Represents the time passed in tenths of seconds since the last time that windows started.}} | |
| − | + | ||
| − | + | ||
| − | {{rw | + | |
| − | + | ||
| − | Represents the time passed in tenths of seconds since the last time that windows started. | + | |
==== Example ==== | ==== Example ==== | ||
| Line 20: | Line 15: | ||
</pre> | </pre> | ||
| − | + | {{footer}} | |
| − | { | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
Revision as of 10:59, 26 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 |