String combining

Questions about MultiCharts and user contributed studies.
widgetman
Posts: 81
Joined: 11 Oct 2005

String combining

Postby widgetman » 22 Aug 2007

Hi,
COuld someone post me a example of how to add a string with a variable value using the numtostr function.
I have tried what is shown below with no luck;
Thanks a bunch

StringValue =( "This is text"+numtostr(value1),4);

widgetman
Posts: 81
Joined: 11 Oct 2005

Postby widgetman » 22 Aug 2007

never mind
I figured my mistake out

should be
stringvalue = "text" + numtostr(value1,5);


Return to “MultiCharts”