| View previous topic :: View next topic |
| Author |
Message |
DoT_PiTcH Contributor

Joined: 07 Aug 2002 Posts: 85
|
Posted: Thu Sep 25, 2003 5:25 am Post subject: MY APP WONT QUIT |
|
|
After i close my application it still stays in the process list using 98% of the CPU....
the :evloop if
%e = @event()
if %e
goto %e
else
rem do something
wait .01
goto evloop
and my close is....
wait .01
exit |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Sep 25, 2003 9:40 am Post subject: |
|
|
You forgot your "end" in your loop. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|