Hello
I have a question about getting an information from an array which is in another array.
Example:
How I get the count out of that?
Maybe like this:
array[1].count[1] and array[1].count[2] for first one??
or how I have to do that?
I have a question about getting an information from an array which is in another array.
Example:
Code:
array = {
[1] = {id = 1367, count = {12,16}},
[2] = {id = 1569, count = {92,55}}
}
How I get the count out of that?
Maybe like this:
array[1].count[1] and array[1].count[2] for first one??
or how I have to do that?