Hi all, in an Application I'm developing, my client wants the Title to have a '&' character in the title, unfortunately if I put it in the title the Application will not compile, does anyone know if there's a way to do this and be able to compile the app?
I tried doing something like this:
but doesn't work, instead it takes the "\u0026" as a literal string.
Any ideas?
Thanks,
Walter
I tried doing something like this:
Application Title:
Title1 \u0026 Title2
Any ideas?
Thanks,
Walter