Sun Chili!Soft ASP Docs => Chapter 5: Developer's Reference => VBScript Language Reference => VBScript Objects and Collections => VBScript Dictionary Object =>
VBScript Dictionary Object Exists Method
Returns True if a specified key exists in the Dictionary object, False if it does not.
Syntax: VBScript Dictionary Object Exists Method
object.Exists(key)
Arguments: VBScript Dictionary Object Exists Method
object
The name of a Dictionary object. Required.
key
The key value being searched for in the Dictionary object. Required.
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.