Quick search did not supply existing threads.
Maybe I am missing something.
Problem is this
Local $DisplayText="This & that, shows that this & that does not display the ampersand correctly"
MsgBox(0,"Show &",$DisplayText)
What I get is:
This _that, shows that this _that does not display the ampersand correctly.
For Labels one cures the problem with the style $SS_NOPREFIX, but what's to do with the MsgBox?
Just a nudge in the right direction would be appreciated.
Thanks