/t5/animate-discussions/ampersand-in-context-menu-problem/td-p/720042Nov 22, 2006
Nov 22, 2006
Copy link to clipboard
Copied
Is there anyway to get the ampersand to show in the context
menu. It's a simple string and I don't understand why it sees the
ampersand as code instead of text. I've attached the affected code.
Please help a newbie out!
Thanks!
JK
/t5/animate-discussions/ampersand-in-context-menu-problem/m-p/720044#M306513Nov 22, 2006
Nov 22, 2006
Copy link to clipboard
Copied
Sure. There are several reasons why it may not be reading.
the Ampersand is a special character (one of several) and often
does not get interpreted as a 'string' character.
First, is this a dynamic text field? If so, you may need to
embed the special character set which includes the ampersand.
Second (and first method to try), you may be able to 'escape'
the character by preceeding it in your string using the ' \ ' or
backslash just before the & ...