GlobalVariableTemp
この関数は、一時的なグローバル変数を作成しようとします。変数が存在しない場合、システムは新しい一時グローバル変数を作成します。 bool GlobalVariableTemp( string name …
この関数は、一時的なグローバル変数を作成しようとします。変数が存在しない場合、システムは新しい一時グローバル変数を作成します。 bool GlobalVariableTemp( string name …
すべてのグローバル変数の内容をディスクに強制的に保存します。 void GlobalVariablesFlush(); 戻り値 戻り値はありません。 注意 作業が終了すると、ターミナルはすべてのグローバル変数を書き込み…
グローバル変数が最後にアクセスされた時刻を返します。 datetime GlobalVariableTime( string name // name ); パラメーター 名 [入力]グローバル…
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…