Hi All,
Is there any way to get the total number of items in a string array?
Thanks for your help.
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
Thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.