Hi All,
I'm looking for some advice, as I've been tasked with a "side project" that I'm not sure how to go about. We deal with a plethora of tracking numbers, service tags, support IDs, etc. on a daily basis and a lot of times we are calling call centers and having to give these over the phone. We are looking to setup a small app on the desktops for our call center to auto build the NATO Phonetic Alphabet version of these sequences. Below is an example:
Service ID: SB003710ZU
Translate To: Sierra Bravo Zero Zero Three Seven One Zero Zulu Uniform
I found a website that does exactly this, but we need to build it into a local app. I can't imagine it would be more than a few strings, but I'm not overly familiar with scripting, so I don't know where to start. I've setup a Form with a Textbox1 for the string to be entered into, and then TextBox2 for the output, but have no idea how to get it to read the TextBox1 string and output correctly to TextBox2. Any and all help is greatly appreciated.
-PMcG