HSTACK
Description
Appends the specified arrays into a single array as a sequential set of columns.
Syntax
HSTACK(
array1
,[array2
],...) - range1: The array to append (stack).
- range2: The array to append (stack).