strvLength

Returns the length of an array of strings. str_array must not be NULL.

uint
strvLength
(
string[] strArray
)

Parameters

strArray string[]

an array of strings

Return Value

Type: uint

length of str_array