CDicObj.Existsmethod
Checks if a specified key exists in the associative array.
Syntax
FUNCTION Exists (BYREF dvKey AS DVARIANT) AS BOOLEAN
Return value
Returns True is the key exists; False, otherwise.
Description
Checks if a specified key exists in the associative array.
Reference
- Include file
CDicObj.inc - Defined in AfxNova/CDicObj.inc:261
- Documented in Windows/Windows Script/CDicObj Class.md
- Topic: CDicObj Class