Not that I know of.

Maybe you could simulate with if () tests like this?

 

for (i = 1; i < barCount; i++)

{

    code;

    code;

    if (NOT conditionSkip)

    {

       //Skips this section of code when conditionSkip is True

        code to execute normally;

    }

    if (conditionBreak) i = barCount;

}

--

Terry

-----Original Message-----
From:
amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of jay_podda
Sent: Monday, November 06, 2006 12:55
To:
amibroker@yahoogroups.com
Subject: [amibroker] Continue and Break Statement

 

I am wondering if there is Continue and Break statement in AFL? I want
to continue to next iteration in for loop by skiping other statement
if some condition is true. Also, need to break loop on some condition.

__._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to