Forum Discussion

leandropoblet's avatar
leandropoblet
Frequent Contributor
12 years ago
Solved

C# Script Multidimensional array length

Hi,



I'm retrieving some data from a DB and I load it into a multidimensional array.



The thing is, I don't always know the size of the array beforehand, so I'd like to make a function to go through all of it to find the data I'm looking for.



So far so good, except I cannot make that function without knowing the length of the array.



Is there any way to know it?