"" メッセージボックス中のデフォルトのボタン "ok" 「OK」ボタン "cancel" 「キャンセル」ボタン "yes" 「はい」ボタン "no" 「いいえ」ボタン "retry" 「再試行」ボタン "ignore" 「無視」ボタン "abort" 「中断」ボタン 数値の文字列 数値で指定したコントロールIDのボタン(V5.70β13より)
例
#n = dllfunc("SetAutoPushTimer", 10, "yes"); question( "切断しますか?"); if( result == yes ) #n = dllfunc("Hangup");
例
#n = dllfunc("SetAutoPushTimerEver", hidemaruhandle(0), "yes"); #n = dllfunc("SendNow"); #n = dllfunc("StopAutoPushTimer");