文字の設定【StringSetChar】
string StringSetChar(string text, int pos, int value) Returns the string copy with changed character in…
string StringSetChar(string text, int pos, int value) Returns the string copy with changed character in…
int StringLen(string text) Returns character count in a string. 文字列の文字をカウントして返します。 Parameters: パラメータ: […
int StringGetChar(string text, int pos) Returns character (code) from the specified position in the str…
int StringFind(string text, string matchec, int start=0) Search for a substring. Returns the position i…
string StringConcatenate( …) Forms a string of the data passed and returns it. Parameters can be …
int ObjectType(string name) The function returns the object type value. To get the detailed error infor…
int ObjectsTotal(int type=EMPTY) Returns total amount of objects of the specified type in the chart. チャ…
bool ObjectSetText(string name, stirng text, int font_size, string font=NULL, color text_color=CLR_NONE)  …
bool ObjectSetFiboDescription(string name, string text) The function assigns a new description to a lev…
bool ObjectSet(string name, int index, double value) Changes the value of the specified object property…