|
|
| Dictionary [+] Favor-It | |
| |
 |
| | Sort By:
|
The Dictionary object has four properties, the first of which is only supported by Visual Basic Script. Author: ASPBootcamp Code: ASP 3.0 & VBScript |
The Dictionary object is described based in examples: translation of a number from English to Spanish and password protected information. Author: |
This tutorial will show you how to use the Dictionary Object in a real life example when converting English numbers to Spanish numbers. This is especially useful for developing multi-national websites. Author: AspTutorial.info Code: ASP 3.0 & VBScript |
|  | |
This tutorial teaches how the
dictionary object can help increase application speed. A practical example
is used to illustrate his point.
Author: Alex Dinu Code: ASP 2.0 & VBScript |
The Dictionary object is like an associative array, but with its own built-in functionality that looks after the basic tasks of storing and manipulating the data, and sizing for the required number of elements. Author: WebCheatSheet Code: ASP 3.0 & VBScript |
Well, the name really says it all, there is no real built in object in ASP for creating a named multi dimensional object collection in classic ASP. So i threw this example together as an experiment Author: Greg Reimche Code: ASP 3.0 & VBScript |
|  | |
To store information in name/value pairs (referred to as key and item),the Dictionary object is used. The Dictionary object is a more desirable solution to manipulate related data.However,this object might seem similar to Arrays. Author: Academic Tutorials Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|