Re: Converting binary to decimal
Re: Converting binary to decimal
- Subject: Re: Converting binary to decimal
- From: Gnarlodious <email@hidden>
- Date: Mon, 03 Jan 2005 21:53:36 -0700
Entity Bernardo Hoehl spoke thus:
> Hi List.
>
> Has anyone ever written a handler to convert binary to decimal?
>
> Is there any built function in applescript to do it?
set binString to "11111111"
do shell script "echo \"2 10 o i " & binString & " p\" | dc"
-- Gnarlie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden