Quote Originally Posted by Charles Stover View Post
I don't know C#, so forgive my potential ignorance, but is the ToString method necessary for all the v[#]? I'm assuming gasb() is string between, which I imagine returns a string to begin with, so no use that method, which would make the code a lot more readable. And blahblahblah microoptimization.
This was my first time using lists instead of arrays so I wasn't sure if it was needed. Turns out it's not.