Re: [squeakland] How can I show a number with thousands seperators
Posted by
Bert Freudenberg on
Jul 08, 2012; 1:02pm
URL: https://forum.world.st/How-can-I-show-a-number-with-thousands-seperators-tp4638985p4639093.html
On 07.07.2012, at 16:09, Steve Thomas wrote:
> When I set a text's numeric value, I would like to include the thousands separator to make it easier to compare two numbers.
It's not built into Etoys.
To find the right Squeak method, open a method finder. Give it an example, e.g. "12345. '12,345'". It will look for a method with that receiver giving that result.
(this works for methods with arguments, too. E.g. try "2. 3. 8")
- Bert -
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev