In the wxruby samples there is a file called dialogs.rb.
When setting up the menu on the windows a bunch of lines of the form
file_menu_appen d (DIALOGS_CHOOSE _COLOR, "&Choose colour")
exist. What does the ampersand inside the string do?
Ann
Search Result
Collapse
2 results in 0.0025 seconds.
Keywords
Members
Tags
-
What does the & (ampersand) inside the string do?
-
Ampersand in value gives me a pain
Some of the customers in the table I'm trying to see in an XML doc have an
ampersand in the data. Looking at them and formatting the XML doc with a
style sheet this generates an error. I'm creating the XML doc with VB.Net
code, simply writing extracted values from my database to the XML doc. What
do I have to do so that the ampersands in the data does not create problems
while viewing the XML?
Any help would...