StringConcatenate(..)
DoubleToStr(..)
DoubleToStr(..)
Thanks!!

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
int var1=StrToInteger("1024");
but hoe convert a interger to a string:
int x = 1234;
string xx = ?????(x):
????????