Search the web
Sign In
New User? Sign Up
revInterop · Revolution Interoperability Project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Revolution Standard Library Changes   Message List  
Reply | Forward Message #454 of 497 |
Re: Revolution Standard Library Changes

Might I suggest the following function?

function isMacIntel
if not isOSX() then return false -- can't be intel if it's OS9
return "x86" is in the processor
end isMacIntel

Best,

Mark




Tue Nov 20, 2007 3:27 am

futileuniverse
Offline Offline
Send Email Send Email

Forward
Message #454 of 497 |
Expand Messages Author Sort by Date

Hey everyone - this is just to let you know that the documentation for the Revolution Standard Library (stdLib) that used to be hosted at my site in a wiki has...
kennanray
Offline Send Email
Jun 13, 2007
3:53 am

Supports IP addresses? or not? isEmail Determines if the container passed to it in <what> contains a valid email address. Note that although it supports...
terezasnyder
Offline Send Email
Jun 13, 2007
1:21 pm

... formatted with the ... that should be in stdLib? Absolutely, but I think we can make it better. This is modified so the currency is an optioanlly included...
Hugh Senior
h_flco
Offline Send Email
Jun 13, 2007
5:04 pm

... I wonder if this is an opportunity to explore a more generic formatting function to handle currency, etc. Too much? -- Richard Gaskin Fourth World Media...
Richard Gaskin
fourth_world
Offline Send Email
Jun 13, 2007
6:11 pm

Might I suggest the following function? function isMacIntel if not isOSX() then return false -- can't be intel if it's OS9 return "x86" is in the processor end...
futileuniverse
Offline Send Email
Nov 20, 2007
3:27 am

An exception, which may not matter to others, would be that in OSX running a Rev 2.6.1 engine the processor will still return "Motorola PowerPC" -Scott Morrow...
Scott Morrow
frodo555sc
Offline Send Email
Nov 20, 2007
6:24 am

... I think the suggested function is useful, and I'm okay with stdLib being for v2.7 forward if the others here are. -- Richard Gaskin Managing Editor,...
Richard Gaskin
fourth_world
Offline Send Email
Nov 20, 2007
4:34 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help