*createintarray2d
Creates a 2D array of integers for use in a subsequent command.
Syntax
*createintarray2d rows cols integers
Type
HyperMesh Tcl Modify Command
Description
Creates a 2D array of integers for use in a subsequent command.
Inputs
- rows
 - The number of rows in the array.
 - cols
 - The number of columns in the array.
 - integers
 - The integers to put in the array.
 
Examples
*createintarray2d 2 3 1 2 3 5 6 7