Prev
Open Object Rexx
Next
5.3.13.12. 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.13.11. empty
Up
Home
Next
5.3.13.13. hasItem