Hi,
is there in VB.NET something like this in php?:
$var["a1"]['name']="Mike";
$var["a1"]['nick']="MMM";
I tried hashtables, dictionary, lists and arrays in .net, all I could get is a simple key=>value array Is there a simple solution if not, is there a class or something for this?
Thanks.