Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!ucbvax!ukfsc.iinus1.ibm.com!cathcart From: cathcart@ukfsc.iinus1.ibm.com ("Mark Cathcart") Newsgroups: comp.lang.rexx Subject: INDEX and FIND bif Message-ID: <9012181828.AA07528@ucbvax.Berkeley.EDU> Date: 18 Dec 90 18:25:41 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: cathcart@ukfsc.iinus1.ibm.com Lines: 9 Index was part of the language as first implemented on the VM/SP CMS operating system, where it is still available. It is not in the IBM SAA Procedures Language Definition and consequently nor is it in IBM OS/2 REXX. So for INDEX() use POS() and for FIND() use WORDPOS(). Mark Cathcart IBM UK Technical Support