I'm trying to set up a default value for a text box. It will be a file path that contains an ampersand.
Everytime the form is loaded the text box evaluates the ampersand and so it disappears.
C:\J&B changes to C:\JB and so the subsequent code doesn't run.
Is there a way to escape the ampersand, like using a \ in other languages?
Thanks in advance
Everytime the form is loaded the text box evaluates the ampersand and so it disappears.
C:\J&B changes to C:\JB and so the subsequent code doesn't run.
Is there a way to escape the ampersand, like using a \ in other languages?
Thanks in advance