Navigation:  Classes > bNameArray >

bNameArray:Delete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes a value from the array.

Class

bNameArray

Type

Method

Syntax

<oNameArray>:Delete(<symName>) Æ lSuccess

Arguments

<symName>The name of the value that is to be removed from the array. The name was defined with the method bNameArray:Add().
Data Type:Symbol

Return Value

lSuccessA logical value that indicates whether the value was removed from the array.
TRUEThe value was removed.
FALSEThe value could not be removed.
Data Type:Logic

Description

bNameList:Delete() removes an existing value from the array. With the method bNameArray:Exist() it can be examined whether the value already exists.

See Also

bNameArray:Add()

bNameArray:Clear()

bNameArray:Count

bNameArray:Exist()

 


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