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