グローバル変数の総数【GlobalVariablesTotal】
int GlobalVariablesTotal( ) The function returns the total count of global variables. この関数は、グローバル変数の全体の…
int GlobalVariablesTotal( ) The function returns the total count of global variables. この関数は、グローバル変数の全体の…
int GlobalVariablesDeleteAll(string prefix_name=NULL) Deletes global variables. If the name prefix is n…
bool GlobalVariableSetOnCondition(string name, double value, doublecheck_value) Sets the new value of t…
datetime GlobalVariableSet(string name, double value) Sets a new value of the global variable. If it do…
string GlobalVariableName(int index) The function returns the name of a global variable by its index in…
bool GlobalVariableGet(string name) Returns the value of an existing global variable or 0 if an error o…
bool GlobalVariableDel(string name) Deletes the global variable. If the function succeeds, the returned…
bool GlobalVariableCheck(string name) Returns TRUE if the global variable exists, otherwise, returns FA…
int FileWriteString(int handle, string value, int length) The function writes the string to a binary fi…
int FileWriteInteger(int handle, int value, int size=LONG_VALUE) The function writes the integer value …