Search found 1 match

by robby40
12 Oct 2014
Forum: MultiCharts
Topic: How to align text? [SOLVED]
Replies: 8
Views: 2281

Re: How to align text? [SOLVED]

Or you code like this input: pct (14.5), ytvol (21563), tvol (156874), nubar (45); Plot1((NumToStr(pct,1) + "%" + spaces(10-StrLen(NumToStr(ytvol,0) )) + NumToStr(ytvol,0) + spaces(10-StrLen(NumToStr(tvol,0) )) + NumToStr(tvol,0) + spaces(8-StrLen(NumToStr(nubar,0) )) + NumToStr(nubar,0) + spaces(4...

Go to advanced search