GetName Method |
Gets the name (keyword) of an object in a dictionary.
Signature
RetVal = object.GetName(Object)
Object
Dictionary
The object or objects this method applies to.
Object
Object
The object to query.
RetVal
String
The name (keyword) of the object.
Remarks
For example, querying the object "Object2" in the following dictionary would return the name "SecondKeyword":
MyDictionary
Keyword Object
FirstKeyword Object1
SecondKeyword Object2
Comments? |