Your syntax is backward George its not IF Y MATCH "HELLO" its IF "HELLO" MATCH Y
-----Original Message----- From: George Gallen <[email protected]> To: U2 Users List <[email protected]> Sent: Mon, Oct 31, 2011 2:10 pm Subject: Re: [U2] Using 'MATCH' Is it flavor dependent? I tried it under Information flavor : 0001: Y="HELLO" 002: Y<1,-1>="THERE" 003: IF Y MATCH "HELLO" THEN PRINT "YES" ELSE PRINT "NO" 004: STOP 005: END I got "NO", unless I set it up incorrectly - could be...I never used for this urpose before. George -----Original Message----- rom: [email protected] [mailto:[email protected]] n Behalf Of Wjhonson ent: Monday, October 31, 2011 4:47 PM o: [email protected] ubject: Re: [U2] Using 'MATCH' atch *can* navigate a delimiter. t navigates the multi-value delimiter @VM hat's the only one it can navigate, but why not use it if it's there ? o me using Match makes the code clear. ______________________________________________ 2-Users mailing list [email protected] ttp://listserver.u2ug.org/mailman/listinfo/u2-users ______________________________________________ 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
