Python vs. VBScript vs. JavaScript in context of Windows Scripting Host?
Christopher Weimann
cweimann at k12hq.com
Sat May 15 20:13:40 EDT 2004
On 05/15/2004-12:01PM, John Benson wrote:
>
> * no record types, just numerically-indexed arrays, so record handling is
> kludgy
Scripting.Dictionary
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/jsobjDictionary.asp
A Dictionary object is the equivalent of a PERL associative array. Items
can be any form of data, and are stored in the array. Each item is
associated with a unique key. The key is used to retrieve an individual
item and is usually an integer or a string, but can be anything except
an array.
More information about the Python-list
mailing list