John,
Instead of using the VB6 COM-based Dictionary object, you might
want to use the HashTable class in .NET instead. Works almost exactly.
In fact, VB6's Dictionary object really should have been called
HashTable as well, as most of the other languages calls this kind of
data structure this way.
Minh.
-----Original Message-----
From: John Hamman {Hamman Interactive} [mailto:johnhamman@C...]
Sent: Thursday, May 16, 2002 5:58 PM
To: aspx_beginners
Subject: [aspx_beginners] dictionary?
Is there a Set DictPayment = CreateObject("Scripting.Dictionary")
in asp.net ?
I cant find anything similar. Im tring to convert a cybercash vb6 script
to
vb.net
john