Navigation:  Classes > bNameArray >

bNameArray:Exist()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines whether a name already exists in the array.

Class

bNameArray

Type

Method

Syntax

<oNameArray>:Exist(<symName>) Æ lExist

Arguments

<symName>The name of the value that is to be searched in the array.
Data Type:Symbol

Return Value

lExistA logical value that indicates whether a value to the name exists in the array.
TRUEThe value exists in the array.
FALSEThe value does not exist in the array.
Data Type:Logic

Description

bNameArray:Exist() searches for a name in the array.

See Also

bNameArray:Add()

bNameArray:Delete()

bNameArray:Get()

bNameArray:Put()

 


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