|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ Scripting overview ] | PREV NEXT | ||||||||
A
- Add(String, Object) - Method in class com.tripi.asp.Scripting.Dictionary
- Stores a value in this dictionary.
C
- Count() - Method in class com.tripi.asp.Scripting.Dictionary
- Returns number of elements in this dictionary.
- com.tripi.asp.Scripting - package com.tripi.asp.Scripting
D
- Dictionary - class com.tripi.asp.Scripting.Dictionary.
- Implements the Scripting.Dictionary object available from Server.CreateObject("Scripting.Dictionary")
- Dictionary() - Constructor for class com.tripi.asp.Scripting.Dictionary
- Constructor
E
- Exists(String) - Method in class com.tripi.asp.Scripting.Dictionary
- Tests for a key's existance.
G
- get(Object) - Method in class com.tripi.asp.Scripting.Dictionary
- Obtains a element from the dictionary.
- getKeys() - Method in class com.tripi.asp.Scripting.Dictionary
- Obtains the keys stored in this dictionary.
K
- keys() - Method in class com.tripi.asp.Scripting.Dictionary
- Obtains the keys of this dictionary.
P
- put(Object, Object) - Method in class com.tripi.asp.Scripting.Dictionary
- Stores an element in the dictionary.
R
- Remove(String) - Method in class com.tripi.asp.Scripting.Dictionary
- Removes a value from this dictionary.
_
- _contents - Variable in class com.tripi.asp.Scripting.Dictionary
- Contents of this dictionary, prepended with '_' to make it unavailable to ASP scripts
- _keys - Variable in class com.tripi.asp.Scripting.Dictionary
- Keys of this dictionary, stored in a vector to preserve sort order.
A C D E G K P R _
|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ Scripting overview ] | PREV NEXT | ||||||||