![]() |
VOOZH | about |
The ASP Dictionary.Add Method is used to add a new key-value pair to the Dictionary Object.
Syntax:
DictionaryObject.Add(key, item)
Parameters: This method has two parameters as mentioned above and described below:
Example: The below code demonstrates the ASP Dictionary.Add Method.
Output:
Value of key 'br' is: Brown Value of key 'p' is: Pink