vector expression function
Converts a string specification into a vector.
Replaced by: hou.Vector
Usage
vector(pattern)
The pattern should consist of a leading square bracket followed by a comma-separated list of values and a closing square bracket.
Examples
vector("[1,2,3,4,5]")