Most boxes generate its own vector and the operation is not common, the principal ways to create one vector are:
- If the vector size do not change on runtime, use the Join box to create the vector.
- If the vector size change on runtime, use the Lua box to create the vector.