<div dir="ltr">To Whom it May Concern-<div><br></div><div>I'm running into an issue where my do loop seems to be overwriting instead of storing values from files sequentially 26 times like it's meant to. Essentially, I have 26 files with similar names I want to pull in precip values from. I have 2 arrays defined that have the specific dates for each file (date 1 and date 2) and what I want is for i to loop through each file and import (1st loop) and then loop through i again to build an array of precip values (2nd loop).</div><div><br></div><div>The issue is that the 1st loop seems to be only storing the 26th file, which I believe is because it is overwriting for some reason. Because of this, the 2nd loop breaks my code since the queries I have written are outside the scope of the array. Is there a way to preventing this from overwriting so that I can add all 26 files and then query them 1 by 1 to pull in precipitation values?</div><div><br></div><div>Thanks for all the help with my questions, I really appreciate it!</div><div><br></div><div>Respectfully,</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">-Zach Rieck<div><a href="mailto:zrr817@gmail.com" target="_blank">zrr817@gmail.com</a></div><div>(513)-502-5652</div></div></div></div></div></div>