Maplets[Examples][Alert] - maplet の警告ダイアログの表示
使い方
Alert(msg, opts)
パラメータ
msg - 文字列または記号
opts - title=value の形の等式; maplet のためのオプション指定
|
説明
|
|
•
|
Alert(msg) コマンドは、メッセージを含む maplet を表示します。ユーザは OK または Cancel をクリックします。それぞれに対応して、true または FAIL の値が返されます。
|
•
|
opts 引数は、maplet のオプションを設定する、1つまたは複数の以下の等式を含みます。
|
|
title = string または symbol
|
|
maplet のタイトルの指定。デフォルトのタイトルは、Alert です。
|
|
|
例
|
|
>
|
with(Maplets[Examples]):
Alert( "Invalid input!" );
|
|
|
Download Help Document
Was this information helpful?