is there a way in vb.net to create an aray that looks like
data(test) {
tester = bob,
location = nyc,
skill = none
}
or
data(1){
1 => 10,
2 => 9,
3 => 8
}
Please show me some examples please:D
thanks in advance
data(test) {
tester = bob,
location = nyc,
skill = none
}
or
data(1){
1 => 10,
2 => 9,
3 => 8
}
Please show me some examples please:D
thanks in advance