Economy-x-Talk - Sample Scripts
Country Code
This script returns the country code of your localized system, under MacOS 9. Useful, if you create multilingual software and need a way to determine which language should be used on the system your software is running on.
on run {}
tell application "Finder" to set y to the version as text
set z to ""
repeat with x in (characters of y)
if (x as text) is "-" then
exit repeat
else if x is not in "1234567890" then
set z to z & x
end if
end repeat
return z
end run
Keep this extensive resource of tutorials and samples on-line! Support RunRev.info!
| Yes, this script is useful. I make a donation and choose freely how much I want to donate on-line (PayPal). Click here if you want to make a donation in dollars. | This script has not (completely) solved my problem and I want Economy-x-Talk to take care of it. Let me contact you. |
Copyright©2002-2008 by Mark Schonewille, Nijmegen, the Netherlands. This web site is in no way affiliated with Runtime Revolution Ltd., but we do recommend the Revolution development platform.