配列ファイルの書き込み【FileWriteArray】

int FileWriteArray(int handle, object array[ ], int start, int count)

 

The function writes the array to a binary file. Arrays of int, bool, datetime and color types will be written elementwise, as 4-bytes integers. Arrays of double type will be written elementwise, as 8-bytes floating point numbers. Arrays of string type will be written by strings, the line end character “\r\n” to be added at each string automatically.

この関数は、配列をバイナリ ファイルに書き込みます。int、bool、datetime、color型の配列は 4バイトの整数として、各要素ごとに書き込まれます。double型の配列は 8バイトの浮動小数点数値として、各要素ごとに書き込まれます。string型の配列は 行終了文字 “\r\n” を自動的に各文字に追記した文字列として書き込まれます。

Returns the number of written elements or a negative value if an error occurs. To get the detailed error information, one has to call the GetLastError() function.

エラーが発生した場合は、書き込んだ要素数か、負の値を返します。詳細なエラー情報を取得するには、GetLastError() 関数を呼び出します。

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