配列ファイルの読み込み【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() 関数によって開…
int Year( ) Returns the current year, i.e., the year of the last known server time. 現在の年を返します。すなわち、最後に知…
int TimeYear(datetime time) Returns year for the specified date. The returned value can be within the r…