Does Matches recognize comma as a delimiter? I don't think it does. IF NOT(X.STRING) MATCH X.CODE THEN X.STRING<1,-1> = X.CODE
-----Original Message----- From: Greg Coelho <[email protected]> To: u2-users <[email protected]> Sent: Mon, Oct 31, 2011 10:37 am Subject: Re: [U2] Using 'MATCH' Hey Guys, I am concatenating an alpha code into a string providing that the code oes not already exist (in the string). If my existing string = X.STRING nd my code = X.CODE should the following work? IF X.STRING MATCH X.CODE THEN ND ELSE X.STRING = X.STRING:',':X.CODE ND Thanks! Greg ______________________________________________ 2-Users mailing list [email protected] ttp://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
