7.12.1 Add Method

Adds a key and item pair to a Dictionary object.
Syntax
object.Add (key, item)
Arguments
- object
- The name of a Dictionary object. Required.
- key
- The key associated with the item being added. Required.
- item
- The item associated with the key being added. Required.
Remarks
An error occurs if the key already exists.
Copyright © 2000 Chili!Soft
|