array length
How to get length of my array having 2 columns.?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Nov 30, 2014, 1:04 PM
arrayname.GetLength(0) -> first dimension size
arrayname.GetLength(1) -> second dimension size