E
Edwin Knoppert
I often need a collection having a keyname and string data
I currently use a struct like:
struct ItemsInfo
{
public String CC;
public String C;
};
ItemsInfo[] Items;
Of course this ****
I want to access an item by keyname as index.
Like Items["hello"] as Items[100]
Thanks,
I currently use a struct like:
struct ItemsInfo
{
public String CC;
public String C;
};
ItemsInfo[] Items;
Of course this ****

I want to access an item by keyname as index.
Like Items["hello"] as Items[100]
Thanks,