0
說有這樣的代碼:如何打印一些操作的級聯在TCL
set val "Hello"
set listA {}
lappend listA 6 7
現在我想放以下內容:
puts "${val} user! Your list contains two values. First is [lindex $listA 0] and the second is [lindex $listA 1]"
我怎麼能這樣做呢?
你說得對,謝謝您考慮我的問題! – Narek 2011-04-04 15:07:52