ポップアップアラート【Alert】

void Alert( …)

 

Displays a dialog box containing the user-defined data. Parameters can be of any type. Amount of passed parameters cannot exceed 64.

ユーザー定義したデータを含むダイアログ ボックスを表示します。パラメータは、任意の型を使用できます。渡されたパラメータの量は、64個を超えることはできません。

Arrays cannot be passed to the Alert() function. Arrays should be output elementwise.

配列は Alert() 関数に渡すことはできません。配列では、要素を出力する必要があります。

Data of double type output with 4 decimal digits after point. To output with more precision use DoubleToStr() function.

double 型のデータは、小数点第4位まで出力されます。もっと高い精度で出力するなら、DoubleToStr() 関数を使用します。

Data of bool, datetime and color types will be output as its numeric presentation.

bool、datetime、color 型のデータは、数字表記で出力されます。

To output values of datetime type as string convert it by TimeToStr() function.

datetime 型の値を文字列変換して出力するには、TimeToStr() 関数を使います。

See also Comment() and Print() functions.

参照 Comment()Print() 関数。

Parameters:

パラメータ:

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">