----- Original Message ----- 
  
  
  Sent: Sunday, December 04, 2005 11:10 
  PM
  Subject: Re: [amibroker] DateNum()
  
  Set up date array before your loop:
  DateArray = Datenum();
   
  Then inside the loop call DateArray[i].
   
  Steve
  
    ----- Original Message ----- 
    
    
    Sent: Monday, December 05, 2005 1:52 
    AM
    Subject: [amibroker] DateNum()
    
    Is there a way to export DateNum() from withing 
    a loop with a subscript?
     
    Want to export all data (all dates) for a 
    particular issue 
     
    Close[i] works OK, but DateNum()[i] does 
    not.
     
    Any suggestions?
     
    Thanks
     
    Ara