on universe, maybe try using COMPARE ? a = " 1" b = "1 " c = compare(a,b) crt c
output = -1 ( false ) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jan Shaw and Keith Johnson Sent: Thursday, May 13, 2004 3:26 AM To: U2-Users Subject: RE: [U2] SPACE character ignored Lindsay Gregory wrote .....I have to say IF LEN(X) = LEN(TRIM(X)) AND LEN(Y) = LEN(TRIM(Y)) AND X = Y THEN true There has got to be an easier way !! I had exactly this problem and my solution was IF '*':TEMP NE '*':LINE THEN Regards, Keith Johnson Owner/Host www.emeraldglenlodge.co.nz 04 299 3066 ------- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. ------- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users
