Orlando FL
Experience: Intermediate
Platform: MultiCharts, Ninja
Trading: Emini ES
Posts: 90 since May 2019
Thanks Given: 8
Thanks Received: 10
|
Is there a way to define a string variable with text and a value from a numeric variable?
For example, if I had the following code:
Variables: EntName("Long"), EntCount(0), TradeName("Test");
TradeName = ???
Let's say EntCount = 2, I would like TradeName to be "Long2" What would I have to do to assign that value?
Thanks
|