MQL4 Reference String Functions StringTrimRight
StringTrimRightThe function cuts line feed characters, spaces and tabs in the right part of the string after the last meaningful symbol. The string is modified at place.
Parameters text [in] String that will be cut from the right. Return Value A copy of the cut string if possible, otherwise an empty string. Exampe:
|