Re: Scientific notation
Re: Scientific notation
- Subject: Re: Scientific notation
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 01 May 2003 19:14:29 -0700
On 5/1/03 7:09:24:PM, I wrote:
>
if bigNumber ends with "." then set bigNumber to bigNumber & "0"
That penultimate line above should read:
if bigNumber ends with decimalSign then set bigNumber to bigNumber & "0"
--
Paul Berkowitz
_______________________________________________
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.