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" 以便在后续命令中使用

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

登录后免费查看全文
立即登录
App下载
技术邻APP
工程师必备
  • 项目客服
  • 培训客服
  • 平台客服

TOP

3
1