Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: dictionary?


Message #1 by "John Hamman {Hamman Interactive}" <johnhamman@C...> on Thu, 16 May 2002 20:58:00 -0400
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

Message #2 by "Minh T. Nguyen" <nguyentriminh@y...> on Fri, 17 May 2002 10:49:53 -0700
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




  Return to Index