Purpose
Examined whether an item exists in the list.
Class
Type
Method
Syntax
<oItemList>:Exist(<oItem> | <iItem>) Æ lExist
Arguments
| <oItem> | The item that is to be looked for in the list. |
| Data Type: | Object |
| <iItem> | The position of the item in the list. |
| Data Type: | Integer |
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