say I have a loop setting a variable and break if set:
for(i=0;i<barsback;i++)
{
if(something)
{
variable = true;
//break if true;
}
}- [amibroker] break out of loop? lifes_student_1
- RE: [amibroker] break out of loop? Fred Tonetti
- [amibroker] Re: break out of loop? lifes_student_1
- RE: [amibroker] Re: break out of loop? Fred Tonetti
- Re: [amibroker] Re: break out of loop? Graham
- [amibroker] Re: break out of loop? lifes_student_1
- [amibroker] Re: break out of loo... gp_sydney
- Re: [amibroker] Re: break ou... Graham
- [amibroker] Re: break out of... lifes_student_1
- [amibroker] Re: break out of... gp_sydney
- [amibroker] Re: break out of... lifes_student_1
