Page 1 of 1

Escape & character in SetGadgetText

Posted: Thu Dec 06, 2012 5:49 pm
by Barbarossa
A quick question:

I cannot use the & character in strings that are used by SetGadgetText. The '&' is used as an escape charachter to underline the next letter (such as is used in menu items). I thought there was a way to escape the '&' and get a literal byte but I cannot seem to find it.

Anyone know how to achieve this?

Re: Escape & character in SetGadgetText

Posted: Thu Dec 06, 2012 6:15 pm
by ts-soft
&& :wink:

so simple

Re: Escape & character in SetGadgetText

Posted: Thu Dec 06, 2012 9:23 pm
by Barbarossa
LOL!

Everything is simple but you first need to figure it out. :)

Thank you very much.

I see now that I also posted in the wrong subforum. Sorry about that.

John