Purpose
Examined whether an item exists in the list.
Class
Type
Method
Syntax
<oItemList>:Exist(<oItem>) Æ lExist
Arguments
| <oItem> | The item that is to be looked for in the list. |
| Data type: | Object |
Return Value
| lExist | A logical value that indicates whether the item exists in the list. |
| TRUE | The item exists in the list. |
| FALSE | The item does not exist in the list. |
| Data type: | Logic |
Description
bItemList:Exist() looks for an item in the list.
See Also
Page url: http://www.YOURSERVER.com/index.html?bitemlist_exist.htm