*createstringarray
Creates an array of strings for use in a subsequent command.
Syntax
*createstringarray size strings
Type
HyperMesh Tcl Modify Command
Description
Creates an array of strings for use in a subsequent command.
Inputs
- size
 - The size of the array.
 - strings
 - The strings to put in the array.
 
Examples
*createstringarray 2 "abc" "def"