エキスパートログへ出力【Print】

void Print( …)

 

Prints a message to the experts log. Parameters can be of any type. Amount of passed parameters cannot exceed 64.

エキスパート ログにメッセージを出力します。パラメータは、任意の型を使用できます。渡されたパラメータの量は、64個を超えることはできません。

Arrays cannot be passed to the Print() function. Arrays should be printed elementwise.

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

Data of double type are printed with 4 decimal digits after point. To output more precisely, use the DoubleToStr() function.

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

Data of bool, datetime and color types will be printed as their numeric presentation.

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

To print values of datetime type as string, convert them with the TimeToStr() function.

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

See also Alert() and Comment() functions.

参照 Alert()Comment() 関数。

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="">