Hi,
I know how to use the select case command, however if I want to make a really long case, it would take me forever to write Case 0, Case 1, Case 2, etc. for each thing.
So I was wondering if there was a way that I could just put a list of names in a text file, and simply modify the text file so that after every name, Case x will be printed (x grows +1 each time).
Thanks!