Previous PageNext Page

7.12.4 Exists Method

Returns True if a specified key exists in the Dictionary object, False if it does not.
 

Syntax

object.Exists(key)

Arguments

object
The name of a Dictionary object. Required.
key
The Key value being searched for in the Dictionary object. Required.

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page