TCL自学笔记-05 *createstringarray命令语法
2023年10月19日 浏览:1141
*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
*createstringarray 2 "abc" "def"
自学语句1:
*createstringarray 2 "elements_on" "geometry_off"
创建2个字符串数组,"elements_on" "geometry_off" 以便在后续命令中使用
坚持每天学习,时间会证明一切,加油
点赞 3 评论 收藏