[comp.lang.rexx] INDEX and FIND bif

cathcart@ukfsc.iinus1.ibm.com ("Mark Cathcart") (12/19/90)

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