Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Enable the decimal key in Calculator widget' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Enable the decimal key in Calculator widget
Authored by: mee-z on Jun 22, '05 03:47:38PM

Should be in Line 417 (Line 418 in case you added a line for the "case 44:" extra)

var delimiter = ",";
Just replace
","
with
" "
(space) or
"."
to display the character of your choice.

---

mee-z



[ Reply to This | # ]
10.4: Enable the decimal key in Calculator widget
Authored by: Swordfish on Jun 24, '05 02:11:53PM

Thank you!



[ Reply to This | # ]
10.4: Enable the decimal key in Calculator widget
Authored by: Anonymous on Jul 05, '05 01:07:14AM

Ok in spanish the number formating is like this: 1.234,56

I already know (from previous posts) how to display a dot to separate the thousands. Does anyone know how to display a comma to separate the decimals?

Thanx a lot



[ Reply to This | # ]