Previoushash Up
cobolpicx
lessThanbyLengthValueNext

cobolpicx Method indexOfString

Return the index position of the first occurrence of anObject (starting the search at anIndex) in the receiver. If no such element is found, answer zero

Using Parameters
anobject OBJECT
anindex PIC 9(9) COMP-5
Returning Parameter
anindex2 PIC 9(9) COMP-5