Re: how to format decimal precision of a real?
Re: how to format decimal precision of a real?
- Subject: Re: how to format decimal precision of a real?
- From: Andy Wylie <email@hidden>
- Date: Sun, 03 Mar 2002 15:48:11 +1300
on 3/3/02 2:30 PM, Bill Hoffman at email@hidden wrote:
>
I can't believe I don't know (and can't find anywhere) the answer to
>
this but...
>
>
How do I format:
>
>
a real -- 324.234234234
>
as -- 324.23
>
Satimage OSAX (included with Smile or available seperatly) has a format
command...
------------------
(format 324.234234234 into "###.##") as real
-- 324.23
------------------
http://mirror.apple.com/Mirrors/info-mac/dev/_Open_Scripting/
_____________________________ Andy
_______________________________________________
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.