loop help

Hi--newbie here...

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.