4
Answers

Format Label output

Ask a question

I'm having a little trouble with the output of my label, what ever format code I use it displays with a decimal point instead of comma

For instance I would like to output like the following: 1,234 but my code replaces the comma with a decimal point?

Below is my code:

label1,text = double,parse(label1,text),tostring("N0");

Please ignore my commas above, the editor wouldn't let me insert a dot :-)


Answers (4)