Prev
Open Object Rexx
Next
5.3.7.5. hasIndex
>>-hasIndex(index)---------------------------------------------><
Returns
1
(true) if the collection contains any item associated with index
index
, or
0
(false). Index equality is determined by using the == method of
index
.
Prev
5.3.7.4. difference
Up
Home
Next
5.3.7.6. intersection