I can't get the formatPriceNumber to work with my array.
1) debugPrint("Candle Date,dcU,dcB,dcL :" + formatPriceNumber(DCUpr[0]) );
2) debugPrint("Candle Date,dcU,dcB,dcL :" + DCUpr[0]);
The (1) prints blank for the value. The (2) works fine. What am I doing wrong?
Thanks.
1) debugPrint("Candle Date,dcU,dcB,dcL :" + formatPriceNumber(DCUpr[0]) );
2) debugPrint("Candle Date,dcU,dcB,dcL :" + DCUpr[0]);
The (1) prints blank for the value. The (2) works fine. What am I doing wrong?
Thanks.
Comment