Str.strvLength

Returns the length of the given NULL-terminated string array str_array. Since 2.6

class Str
static
uint
strvLength
(
string[] strArray
)

Parameters

strArray string[]

a NULL-terminated array of strings

Return Value

Type: uint

length of str_array.

Meta