Post Reply 
How to use HALT( ) ?
01-21-2014, 02:56 AM
Post: #1
How to use HALT( ) ?
It seems to do nothing, either in normal run/debug-> cont

Code:
EXPORT test()
BEGIN

local start:=TICKS;
    local xx;
    for xx from 1 to 100000 do
        halt();
     end;
     msgbox("took: " + (TICKS-start));
END;

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to use HALT( ) ? - eried - 01-21-2014 02:56 AM
RE: How to use HALT( ) ? - Tim Wessman - 01-21-2014, 04:01 AM
RE: How to use HALT( ) ? - eried - 01-21-2014, 07:12 AM
RE: How to use HALT( ) ? - Tim Wessman - 01-21-2014, 04:48 PM
RE: How to use HALT( ) ? - eried - 01-21-2014, 05:13 PM



User(s) browsing this thread: 1 Guest(s)