接続チェック【IsConnected】
bool IsConnected( ) The function returns the status of the main connection between client terminal and …
bool IsConnected( ) The function returns the status of the main connection between client terminal and …
int GetLastError( ) The function returns the last occurred error, then the value of special last_error …
bool ArraySort(object array[ ], int count=WHOLE_ARRAY, int start=0, intsort_dir=MODE_ASCEND) Sorts nume…
int ArraySize(object array[ ]) Returns the count of elements contained in the array. For a one-dimensio…
bool ArraySetAsSeries(object array[ ], bool set) Sets indexing direction of the array. If the set param…
int ArrayResize(object array[ ], int new_size) Sets a new size for the first dimension. If executed suc…
int ArrayRange(object array[ ], int range_index) Returns the count of elements in the given dimension o…
int ArrayMinimum(object array[ ], int count=WHOLE_ARRAY, int start=0) Searches for the element with min…
int ArrayMaximum(object array[ ], int count=WHOLE_ARRAY, int start=0) Searches for the element with max…
bool ArrayIsSeries(object array[ ]) Returns TRUE if the array under check is a series array (Time[ ],Op…