Str.strvLength

Returns the length of the given %NULL-terminated string array @str_array. @str_array must not be %NULL.

struct Str
static
uint
strvLength
(
string[] strArray
)

Parameters

strArray string[]

a %NULL-terminated array of strings

Return Value

Type: uint

length of @str_array.

Meta