loop help
debarry
I'm trying to create a loop that will run through a set of data with similar file names. For example, the waves could be named:
wave100
wave105
wave110
...
wave200
My goal is to pass wave100 into a function, then go on to wave105 into the same function, etc.
March 27, 2012 at 08:33 am - Permalink