RE: [U2] [UD] "Escaping" a Quote

2006-03-02 Thread colin.alfke
Rats, I was hoping someone knew how to do this. The best I've been able to figure out is to use ECLTYPE 'u' (lower case the 'verb') as it uses different characters like '...' instead of '[]'. Perhaps this was just lost in the flurry... Colin >-Original Message- >From: Kevin King > >Uni

RE: [U2] [UD] "Escaping" a Quote

2006-02-27 Thread Kevin King
In a SELECT literal? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, February 27, 2006 11:02 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UD] "Escaping" a Quote If my memory serves me I believe

RE: [U2] [UD] "Escaping" a Quote

2006-02-27 Thread Dana Baron
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: Monday, February 27, 2006 12:32 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UD] "Escaping" a Quote Unidata 6.1: Is there a way to "escape a character" in a SELECT literal? Though I can't see

Re: [U2] [UD] "Escaping" a Quote

2006-02-27 Thread karlp
If my memory serves me I believe you can do something like this: EQU QT = char(39) EQU DQT = char(34) then do: VAR2 = \DQT:QT:VAR1:QT:DQT\ At least something similar. Karl > Unidata 6.1: Is there a way to "escape a character" in a SELECT > literal? Though I can't see it in the documentatio

[U2] [UD] "Escaping" a Quote

2006-02-27 Thread Kevin King
Unidata 6.1: Is there a way to "escape a character" in a SELECT literal? Though I can't see it in the documentation, I know you can quote with the " or \ characters, but what if the literal contains both " and \ characters? What then? Or what if the value contains a "^" or "[" or "?" that aren't