文字列ファイルの読み込み【FileReadString】

string FileReadString(int handle, int length=0,)

 

The function reads the string from the current file position. Applies to both CSV and binary files. For text files, the string will be read before the delimiter. For binary file, the given count of characters will be read to the string. To get the detailed error information, one has to call the GetLastError()function.

この関数は、現在のファイルの位置から文字列を読み込みます。CSV と バイナリ ファイルの両方に適用できます。テキスト ファイルの場合は、文字列の区切記号の前を読み取ります。バイナリ ファイルの場合は、指定した文字数の文字列を読み取ります。詳細なエラー情報を取得するには、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="">