配列ファイルの読み込み【FileReadArray】
int FileReadArray(int handle, void array[ ], int start, int count) Reads the specified amount of elemen…
int FileReadArray(int handle, void array[ ], int start, int count) Reads the specified amount of elemen…
int FileOpenHistory(string filename, int mode, int delimiter=’;’) Opens file in the current…
int FileOpen(string filename, int mode, int delimiter=’;’) Opens file for input and/or outp…
bool FileIsLineEnding(int handle) For CSV file returns logical true if file pointer is at the end of th…
bool FileIsEnding(int handle) Returns logical true if file pointer is at the end of the file, otherwise…
void FileFlush(int handle) Flushes all data stored in the file buffer to the disk. ディスクのファイル バッファにストアされ…
void FileDelete(string filename) Removes specified file name. To get the detailed error information, ca…
void FileClose(int handle) Closes file previously opened by the FileOpen() function. FileOpen() 関数によって開…