MQL4参考 字符串函数 StringLen

StringLen

Returns the number of symbols in a string.

int  StringLen(
   string  string_value      // string
   );

Parameters

string_value

[in]  String to calculate length.

Return Value

Number of symbols in a string without the ending zero.