MQL4 Reference String Functions StringGetCharacter
StringGetCharacterReturns value of a symbol, located in the specified position of a string.
Parameters string_value [in] String. pos [in] Position of a symbol in the string. Can be from 0 to StringLen(text) -1. Return Value Symbol code or 0 in case of an error. To get the error code call GetLastError(). |