*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

To create a string array with the strings "abc" and "def":
*createstringarray 2 "abc" "def"