How to get the total number of items in a string array (string[])

Hi All,

Is there any way to get the total number of items in a string array?

Thanks for your help.

@ianhyj
You can use length property of string array.
Like variable1.length where variable1 is string array

9 Likes

@sandeep13

Thanks!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.