How to stansform INTEGER to STRING?

 

Thanks for your help!!

 
int integ=5;
string str=integ;
Print("String - ",str);
 
Roger:

Thank, I will try it.
 
crossy:

Thank, I will try it.

StringConcatenate()

https://docs.mql4.com/strings/StringConcatenate

 

DoubleToStr(integerValue, 0)

 
phy:

DoubleToStr(integerValue, 0)


Thanks phy
 
phy:

DoubleToStr(integerValue, 0)

Reason: