LIBRAAPI void ra_value_set_string_array_utf8 (value_handle vh, const char ** *array, long num);
LIBRAAPI void ra_value_set_string_array_utf8
vh
value-handle
*array
num
number of array elements
This function set the string-array 'array' with 'num' elements in vh. The strings in 'array' are expected to be UTF-8 encoded.
value.c