On Mar 25, 2007, at 11:45 AM, Theodore H. Smith wrote:

> dim d as new dictionary
>
> d("fred") = 5
> d("harry") = 10
> d("herman") = 7.5
>

I like it too.

And would the reverse work?:

     aVariable=d("harry")

or something like this:

    If d("harry") exists then  ....    ?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to