ここではset numCut [scan $inline1 "%d"]
、Linux サーバーの tcl スクリプトで使用していますが、スクリプトを実行した後、以下のエラーが表示されます
`different numbers of variable names and field specifiers` variable $inline1
value is `2) "NYMEX UTBAPI Worker" (NYMEX UTBAPI Poller): STOPPED`
私はこれをGoogleで検索し、以下にたどり着きました
`
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.
`
この問題を解決する方法を教えてくれる人はいますか? 前もって感謝します...