Although I selected ",(Comm)" in "Thousand Separator" of "Localization Settings", value of Double in my canvas isn't adapted "Thousand Separator". If I should do other settings, let me know how to set.
@takusan ,
doubles allow for the character set of 0-9 and your local decimal character (e.g. comma or period).
Double data tours do not include thousands separators.
If you want to see the separator, you need to convert to a string.
cheers,
Thank you for your answer.
I would like to display amount of JPY. JPY doesn't have decimal point. What do you think which data type in this case?
any string data type will work
cheers,
mark