Variant.strv
Description:
public Variant.strv (
string[] value)
Constructs an array of strings Variant from the given array of strings.
If length is -1 then strv is null-terminated.
Parameters:
| length |
the length of strv, or -1
|
| strv |
an array of strings
|
Returns:
|
a new floating Variant instance
|