```sh
set_handle = set_from_array array_handle
```
Returns a set handle created from the provided array values.
### Parameters
The array handle.
### Return Value
The new set handle.
### Examples
```sh
array_handle = array value1 value2 value3
set_handle = set_from_array ${handle}
```