Re: How do I get the decimals?
Re: How do I get the decimals?
- Subject: Re: How do I get the decimals?
- From: "Adam K. Wuellner" <email@hidden>
- Date: Thu, 29 Jul 2004 17:35:38 -0500
On Jul 29, 2004, at 4:55 PM, Michelle Steiner wrote:
If you want just the fraction,
266 / 11 - 266 div 11
--> 0.181818181818
or a two-operation version:
266 mod 11 / 11
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.