Ampersand in a string literal
Ampersand in a string literal
(OP)
How do I embed an ampersand (&) in a string?
For instance:
WHERE MY_FIELD EQ 'R&D';
would return the following error:
(FOC295) A VALUE IS MISSING FOR: D
Apparently, it thinks that &D is a Dialogue Manager variable!
Thanks for your insight,
Michael
For instance:
WHERE MY_FIELD EQ 'R&D';
would return the following error:
(FOC295) A VALUE IS MISSING FOR: D
Apparently, it thinks that &D is a Dialogue Manager variable!
Thanks for your insight,
Michael
RE: Ampersand in a string literal
'R&|D' the concatenation symbol is inserted following the ampersand.
HTH