?
2009-07-11 06:02:49 UTC
I am building a certain word list, however, for my end purposes the list shall be too big to loop through, for getting the values using that word.
But that leaves me a problem, and as far as i know, there is only one way to do it efficient.
Remember PHP arrays? $arr['something']
In these arrays, you can input any string between ' instead just a number.
In visual basic 6.0 standardly this isn't possible.
Is there a way, to get the same effect like looping, without looping?
Or maybe is it possible to use the way arrays in PHP work, within visual basic? ( so array indexes can be set with string )