In my project I need to use a 190 very long strings with different number of characters (4-60).
I want to mark them in a short form with the numbers 001, 002, 003 ... 190.
Is there an easy way to display the full name of the string when I choose a short name ?
Of course, I do not want to write 190 times "if - end if" and also I would like to avoid a complicated database.
Onenew
Visual Studio 2010