Easiest: StringFormat("float %f within a string", aDouble)
Less: "float " + DoubleToString(aDouble, _Digits) + " within a string"
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
Hi
How may I include a formatted (say float type) variable's value within a string variable?
Thanks in Advance