Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2つのiMacrosスクリプトscript1.iimとscript2.iimがあるとしましょう。とにかく、script1.iim内からscript2.iimを呼び出すことはできますか?
ありがとう。
はい。
その目的のためにJavaScriptスクリプトを使用できます。script1.iimとscript2.iim同じフォルダに配置します#Current.iim
script1.iim
script2.iim
#Current.iim
次に、JavaScriptを作成して名前を付けることができますtest.js。その中にこれらのコードを配置します。
test.js
iimPlay("script1.iim") iimPlay("script2.iim")
簡単なオプションは、2つのスクリプトを組み合わせることです