Key

          Property, write only 
          Member of  Multi.Dictionary 

Description
Change a key in the Dictionary.
Syntax
Dictionary.Key (Key as String) = Key
 
Where Type Optional Default Description
 Key  String     Key associated with the item being retrieved or added. 
Examples
 Change a key.  
  Dim D As New Multi.Dictionary
    
  D("Alex") = 2836
  D.Key("Alex") = "John"
  Other links for Key
Methods of Dictionary class
Properties of Dictionary class
Free threaded dictionary object. Lets you work with unique/non-unique keys, any VARIANT values and connect to other dictionary in the same process.
     Dictionary is a COM class specially designed as a free-threaded dictionary in Application scope of ASP/ASP.Net pages. It also works with script other engines in VB Script and JScript (ASP,ASP.Net, WSH, CHM, HTA), VB Net, Visual basic (VBA - VB 5, VB 6, Word, Excel, Access, …), C#, J#, C++, ASP, ASP.Net, Delphi and with T-SQL OLE functions - see Use ByteArray object article. You can also use the object in other programming environments with COM support, such is PowerBuilder.
     Source code for Dictionary is available within distribution license, please see License page for Multi Dictionary or License page for ScriptUtilities and Huge ASP file upload.
Multithreaded dictionary object. Lets you work with unique/non-unique keys in VBA/VBS/ASP/WHS envinronment (share application/session variables in ASP)

© 1996 – 2005 Motobit Software, help{at}pstruh.cz, help v. 2.16.14