How to show '&' character not '_'
-
Hi to all. I have a small problem, I'm trying to put some text as caption on some control. The text (example, "text & text") contains a '&' character which displays as '_'!? How to get rid of the underline and get what I need? Thanks. P.S. Placing '\' in front of it does not work.
-
Hi to all. I have a small problem, I'm trying to put some text as caption on some control. The text (example, "text & text") contains a '&' character which displays as '_'!? How to get rid of the underline and get what I need? Thanks. P.S. Placing '\' in front of it does not work.
"text && text"
:)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Hi to all. I have a small problem, I'm trying to put some text as caption on some control. The text (example, "text & text") contains a '&' character which displays as '_'!? How to get rid of the underline and get what I need? Thanks. P.S. Placing '\' in front of it does not work.
Solved! placing '&' in front of it! "text && text" displays as 'text & text'
-
"text && text"
:)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Just figure it out! Thanks anyway!