Navigation:  Classes > bItemList >

bItemList:Exist()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether an item exists in the list.

Class

bItemList

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

lExistA logical value that indicates whether the item exists in the list.
TRUEThe item exists in the list.
FALSEThe item does not exist in the list.
Data Type:Logic

Description

bItemList:Exist() looks for an item in the list.

See Also

bItemList:Get()

bItemList:GetPos()

 


Page url: http://www.YOURSERVER.com/index.html?bitemlist_exist.htm