Man RBNUBE you are on top of your game. Or atleast I am currently so
pathetic on RB you be looking good there. :)
Thanks by the way,
So any drawbacks over arrays?
RBNUBE wrote:
> Dictionaries are used for fast lookups. You don't have to loop dictionaries
> to check if an entry exists. I use them if I know that I'm going to have a
> large number of entries that will need to be searched.
>
> Basically, you're code is saying "Does this exist in the dictionary?" and
> you get an answer. With an array, you're saying "Are you what I'm looking
> for?" over and over again until (potentially) all of the elements have been
> checked, one by one.
>
>
>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>
>
>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|