RE: [U2] SPACE character ignored

2004-05-13 Thread Leroy Dreyfuss
by: cc [EMAIL PROTECTED] stserver.u2ug.org Subject RE: [U2] SPACE character ignored 05/12/2004 10:54 PM Please respond

RE: [U2] SPACE character ignored

2004-05-13 Thread Larry Hiscock
Of course, I meant: IF X: = Y: THEN ... :-S Lack of sleep plays funny tricks on the mind. --Larry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Larry Hiscock Sent: Wednesday, May 12, 2004 8:41 PM To: [EMAIL PROTECTED] Subject: RE: [U2] SPACE character

RE: [U2] SPACE character ignored

2004-05-13 Thread Bill H.
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stevenson, Charles Sent: Wednesday, May 12, 2004 9:55 PM To: [EMAIL PROTECTED] Subject: RE: [U2] SPACE character ignored Do both UV UD behave exactly the same in this regard? How about D3 the other MV-related systems? cds

Re: [U2] SPACE character ignored

2004-05-12 Thread Stewart Leicester
How can I force them to be tested for TXT equivalence? Do I have to say: IF X = Y AND LEN(X) = LEN(Y) THEN true Except if X = ' 1' and Y = '1 ' then LEN(X) = LEN(Y) ... It seems that leading or trailing spaces are ignored (but not embedded spaces) so I have to say IF LEN(X) = LEN(TRIM(X))

RE: [U2] SPACE character ignored

2004-05-12 Thread Stevenson, Charles
Do both UV UD behave exactly the same in this regard? How about D3 the other MV-related systems? cds -Original Message- X = '1' Y = '1 ';* note the trailing space character X = Y is true snip --- u2-users mailing list [EMAIL PROTECTED]