Gary, thanks, that would work if I wanted to delete all names that begin with the string "start". But I only want to delete the start-strings that have a single-digit or double-digit suffix and no charaters after the numerical suffix. So, the code needs to delete only names of the forms startN and startNN, where N and NN are are numerical digits between 1 and 99.

What additional logic would it take to do this?