strvLength
fn
uint strvLength(string[] strArray)Returns the length of an array of strings. str_array must not be NULL.
Parameters
strArray | an array of strings |
Returns
length of str_array
uint strvLength(string[] strArray)Returns the length of an array of strings. str_array must not be NULL.
strArray | an array of strings |