Re: [U2] [SBS] Usage of a semicolon in a string within a paragraph

2007-10-03 Thread Charles_Shaffer
How about EQUATE SEMICOLON LITERALLY ";" I work in Unidata. Don't know if it is the same. Charles Shaffer Senior Analyst NTN-Bower Corporation "David Murray" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/03/2007 02:50 PM Please respond to u2-users To: cc:

RE: [U2] [SBS] Usage of a semicolon in a string within a paragraph

2007-10-03 Thread Dave Davis
EQUATE SEMICOLON TO CHAR(59) Or better yet put this in as a row in the /EXP.EQU list: EE_SEMICOLONCHAR(59) Semicolon is an absolute statement separator in SB+. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Murray Sent: Wednesday, October 03

RE: [U2] [SBS] Usage of a semicolon in a string within a paragraph

2007-10-03 Thread Daniel Perttula
David - as a workaround, try using the ascii code for ";" instead, ie: @VALUE = CHAR(59) Hope that helps, Dan Daniel Perttula Mortgage Builder Software [EMAIL PROTECTED] (800) 850-8060 x 111 > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-u2- > [EMAIL PROTECTED] On Behalf O