Purpose
Examines whether a name already exists in the array.
Class
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
| lExist | A logical value that indicates whether a value to the name exists in the array. |
| TRUE | The value exists in the array. |
| FALSE | The value does not exist in the array. |
| Data Type: | Logic |
Description
bNameArray:Exist() searches for a name in the array.
See Also
Page url: http://www.YOURSERVER.com/index.html?bnamearray_exist.htm