hashtable
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, do you have any idea how can I take the value of a key with hashtable? thanks.
-
Hi, do you have any idea how can I take the value of a key with hashtable? thanks.
You can iterate over the Keys collection if you want to
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You can iterate over the Keys collection if you want to
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
thanks. I found.