Re: [amibroker] Re: How To Display Watch List Names In v4.92

2007-04-21 Thread Tomasz Janeczko
amibroker] Re: How To Display Watch List Names In v4.92 > TJ, would you endorse Graham's solution to move the increase statement "i++" > to the end of the code to avoid skipping WL #0 (post > #109427). > > Thanks, Lester > > > --- In amibroker@yahoogroups.c

[amibroker] Re: How To Display Watch List Names In v4.92

2007-04-21 Thread Lester Vanhoff
TJ, would you endorse Graham's solution to move the increase statement "i++" to the end of the code to avoid skipping WL #0 (post #109427). Thanks, Lester --- In amibroker@yahoogroups.com, "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > Hello, > > You are right - sometimes there can be some r

Re: [amibroker] Re: How To Display Watch List Names In v4.92

2007-04-21 Thread Tomasz Janeczko
D]> To: Sent: Saturday, April 21, 2007 11:41 AM Subject: [amibroker] Re: How To Display Watch List Names In v4.92 > Thanks TJ and Graham, but both formulas generate error: > > Error #13: endless loop detected in WHILE loop > > Lester > > > > > Please note t

[amibroker] Re: How To Display Watch List Names In v4.92

2007-04-21 Thread Lester Vanhoff
Thanks TJ and Graham, but both formulas generate error: Error #13: endless loop detected in WHILE loop Lester

[amibroker] Re: How To Display Watch List Names In v4.92

2007-04-20 Thread Lester Vanhoff
It looks like the "for" loop in my code should be: for( i = 0; i < wlnum+1; i++ ) Lester