MQL4 - automated forex trading   /  

Documentation

MQL4 Reference  Conversion functions  CharToStr

 
Use the opportunities of
MQL5 in MetaTrader 5
Study the new MQL5 language
Study the new MQL5 language.
Reference is already available
string CharToStr( int char_code)
Conversion of the symbol code into a one-character string.
Parameters:
char_code   -   ASCII char code.
Sample:
  string str="WORL" + CharToStr(44); // 44 is code for 'D'
  // the resulting string will be WORLD