外部インタフェース/API リファレンス | ![]() ![]() |
表示
rc = ddeexec(channel, command, item, timeout)
引数
rc
リターンコード: 0はファンクションコールの失敗、1は成功を示します。
channel
ddeinit
により出力します。
command
item
timeout
timeout
は、1000分の1秒単位(1000ミリ秒 = 1 秒)で指定します。timeoutのデフォルトは3秒です。
詳細
ddeexec
は、確立されたDDE通信によって、別のアプリケーションに実行のための文字列を転送します。command引数として文字列を指定して下さい。
例題
% Given the channel assigned to a conversation, % send a command to Excel. rc = ddeexec(channel, '[formula.goto("r1c1")]');
![]() | ddeadv | ddeinit | ![]() |