LIBRAAPI const char ** ra_value_get_string_array (value_handle vh);
LIBRAAPI const char ** ra_value_get_string_array
vh
value-handle
This function returns a pointer to the character pointer array stored in vh. The pointer is valid until vh is used in another function or vh is freed. The number of elements of the array can be get by calling ra_value_get_num_elem().
value.c