Application and HashTable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RicercatoreSbadato

    Application and HashTable

    Can I put in the context Application an HashTable?

    I always see only strings..but I'd like to put in an HashTable, how can
    I do it?

  • JasonS

    #2
    Re: Application and HashTable

    On 25 Nov 2005 22:45:18 -0800, RicercatoreSbad ato wrote:
    [color=blue]
    > Can I put in the context Application an HashTable?
    >
    > I always see only strings..but I'd like to put in an HashTable, how can
    > I do it?[/color]

    A HashTable takes objects, not strings, so use whatever object type you
    like.

    Cheers,
    Jason

    Comment

    Working...