I'm writing a program on two different computers, Windows XP and Windows 7, with the code sitting on a datastick. I need to put "^&" as part of a string in a showmessage. On the Windows 7, it's fine, but on the XP machine it underlines the next character. I can get around it by putting two &s, but that create two &s on the... like this.
String XP Windows 7
A^&B A^B A^&B
A^&&B A^&B A^&&B
I'm trying to get "A^&B" - I've tried all sorts of tweaks, but can't a solution. Any ideas?