MQL4 Reference String Functions StringAdd
StringAddThe function adds a substring to the end of a string.
Parameters string_var [in][out] String, to which another one is added. add_substring [in] String that is added to the end of a source string. Return Value In case of success returns true, otherwise false. In order to get an error code, the GetLastError() function should be called. Example:
See also |