Hello,
I have prices that show up on the body of my chart with 12 decimal places. I would like only 2. In researching this problem on the various forums, I found a thread that stated to add .toFixed(2) to the array. I tried that, but it didn't work. The array ,from my study, reads: return NewArray(Value3,Value4). Can you help, please? Thanks so much.
Diane
I have prices that show up on the body of my chart with 12 decimal places. I would like only 2. In researching this problem on the various forums, I found a thread that stated to add .toFixed(2) to the array. I tried that, but it didn't work. The array ,from my study, reads: return NewArray(Value3,Value4). Can you help, please? Thanks so much.
Diane
Comment