Re: Decimal Point Truncations?
Re: Decimal Point Truncations?
- Subject: Re: Decimal Point Truncations?
- From: Jolly Roger <email@hidden>
- Date: Thu, 08 Feb 2001 12:58:51 -0600
- Replyto: email@hidden
on 2/8/2001 12:28 PM, Jed Verity (email@hidden) wrote:
>
What about something like this:
>
>
set diskSize to diskSize as string
>
set trunkSize to text 1 thru ((offset of "." in diskSize)+1) of diskSize
>
>
HTH,
>
Jed
I like your style, Jed. :) Good work.
JR