| 
 PureBytes Links 
Trading Reference Links 
 | 
<FONT face=Arial color=#0000ff 
size=2>Bill,
<FONT face=Arial color=#0000ff 
size=2> 
"for" 
can be nested...
<FONT face=Arial color=#0000ff 
size=2> 
<FONT face=Arial color=#0000ff 
size=2>for(i=1;i<10;i++)
<FONT face=Arial color=#0000ff 
size=2>{
<FONT face=Arial color=#0000ff 
size=2>    for(i2=1;i2<i;i2++)
    <FONT face=Arial 
color=#0000ff size=2>{
        
i3=i2+i
    <FONT face=Arial 
color=#0000ff size=2>}
<FONT face=Arial color=#0000ff 
size=2>}
<FONT face=Arial color=#0000ff 
size=2> 
<FONT face=Arial color=#0000ff 
size=2>Walt
  <FONT face=Tahoma 
  size=2>-----Original Message-----From: wavemechanic 
  [mailto:wd78@xxxxxxxxxxxx]Sent: Tuesday, May 27, 2003 7:32 
  PMTo: AmiBrokerSubject: [amibroker] For 
  loop
  Does the FOR loop statement, which is normally shown 
  as for (xxx; yyy; zzz), permit the addition of another statement for 
  incrementing the variable xxx?  And if so, what is the 
  syntax?
   
  TIA
   
  BillSend 
  BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  Your use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 
Yahoo! Groups Sponsor
  ADVERTISEMENT 
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 |