Invalid Characters in a Text Entry Box?

My team recently created a simulation that included text entry boxes for file paths.  The first worked fine.  The second TEB would not work.  After some troubleshooting, we narrowed it down to “u”.  The full path was “c:users”.  I first thought it might be conflicting with an HTML tag, but “b” and “i” work fine.  With or without the : (as in “c:u” or just “u”), we couldn’t get anything that started with u to work. Our solution was to […]