这里我set numCut [scan $inline1 "%d"]
在 tcl 脚本中使用 linux 服务器,但是在执行脚本后它显示以下错误
`different numbers of variable names and field specifiers` variable $inline1
value is `2) "NYMEX UTBAPI Worker" (NYMEX UTBAPI Poller): STOPPED`
我在谷歌搜索了这个然后我得到了下面
`
0x1771b07c tcl_s_cmdmz_diff_num_var_field
Text: Different numbers of variable names and field specifiers
Severity: tcl_c_general_error
Component: tcl / tcl_s_general
Explanation: The scan command detected that the number of variable names
provided differs from the number of field specifiers provided.
Action: Verify that the number of variable names is the same as the number of
field specifiers.
`
谁能帮我解决这个问题?提前致谢...