TCL自学笔记-05 *createstringarray命令语法

*createstringarray

Creates an array of strings for use in a subsequent command.

Syntax

*createstringarray size strings

Type

HyperMesh Tcl Modify

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"

自学语句1:

*createstringarray 2 "elements_on" "geometry_off"

创建2个字符串数组,"elements_on" "geometry_off" 以便在后续命令中使用

坚持每天学习,时间会证明一切,加油

默认 最新
当前暂无评论,小编等你评论哦!
点赞 3 评论 收藏
关注