in reply to Adding numeric values while keeping string values

I look at this questions and the solutions, and the only thing going through my mind currently is, how would this code deal with the same server appearing in this file more than once?

The code being offered by the Monks works fine if the servers are unique, but it might be worth the OP's time to deal with the case of servers appearing multiple times in the data file.

  • Comment on Re: Adding numeric values while keeping string values