PureBytes Links
Trading Reference Links
|
Hi all,
I was trying to write a FOR loop in commentary window and while
testing i inadvertently set the loop variable within the loop as
follows:
for (i=0;i<5;i++)
{
i=0;
...other code
}
This created an infinite loop which froze Amibroker. I terminated
it, but now each time i open commentary window, Amibroker freezes.
Is there any way of recovering from this problem. I dont mind losing
the code in Commentary window.
Thanks a lot
G
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|