Prev
Open Object Rexx
Next
5.3.9.12. hasItem
>>-hasItem(item)-----------------------------------------------><
Returns
1
(true) if the collection contains the
item
at any index position or otherwise returns
0
(false). Item equality is determined by using the == method of
item
.
Prev
5.3.9.11. hasIndex
Up
Home
Next
5.3.9.13. index