MQL4 Reference String Functions 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.