Re: String to real conversion question
Re: String to real conversion question
- Subject: Re: String to real conversion question
- From: "Mark J. Reed" <email@hidden>
- Date: Mon, 10 May 2010 22:57:16 -0400
On Mon, May 10, 2010 at 10:47 PM, Michelle Steiner
<email@hidden> wrote:
On May 10, 2010, at 7:45 PM, Mark J. Reed wrote:
> OK, so my setup does in fact appear to be 64-bit, as one would expect with 10.6 on an Intel Core 2 Duo CPU.
Mine is also a core 2 duo.
Are you perhaps running in Rosetta? That might keep AS in 32-bit mode.
You can test your OS's 64-bititude by running a 64-bit executable, which will only work under a 64-bit OS:
$ lipo /bin/ls -extract x86_64 -output /tmp/ls # extract 64-bit version of ls(1) from universal /bin/ls
$ /tmp/ls # run it
--
Mark J. Reed <
email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden