Function stringArray( values, ... )
- Description:
-
Returns a String array built from the given arguments.
- Parameters:
-
- values (String, one or more)
- one or more array elements
- Return Value (array of String):
- array
- Signature:
- String[] stringArray(String...)