Re: Formating bytes to Mbytes / Gbytes ??
Re: Formating bytes to Mbytes / Gbytes ??
- Subject: Re: Formating bytes to Mbytes / Gbytes ??
- From: Andrew Oliver <email@hidden>
- Date: Mon, 07 Apr 2003 16:05:06 -0700
You mean more than:
set bytes to 1234567890
set kb to bytes / 1024
set mb to bytes / 1024 / 1024 -- or kb /1024
set gb to bytes / 1024 / 1024 / 1024 -- or mb/1024, or kb /1024/1024
On 4/7/03 3:43 PM, "Jakob Peterhdnsel" <email@hidden> wrote:
>
Hi.
>
>
Seems my local archive here does not have the answer, so:
>
>
Does anyone have a code snippet to convert raw byte numbers into Kb, Mb
>
& Gb values??
>
>
TIA,
>
>
Jakob Peterhdnsel
>
>
Kfrlighed?
>
Det er noget man giver...
>
>
>
Email: email@hidden
>
AIM: Marook
>
Phone: +45 40163806
>
_______________________________________________
>
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.
_______________________________________________
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.