SCnt2

From Wiki
Revision as of 08:51, 27 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search
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