Re: Keychain scripting...
Re: Keychain scripting...
- Subject: Re: Keychain scripting...
- From: travis n <email@hidden>
- Date: Fri, 14 May 2004 21:27:09 -0500
Hello,
Same here david.
Also, I figured out my earlier quandary of extracting other data, all
is working reasonably well now.
Thanks to all.
-travis n
____________________
He no longer dreamed of storms, nor of women, nor of great occurrences,
nor of great fish, nor fights, nor contests of strength, nor of his
wife. He only dreamed of places now and of the lions on the beach.
-- Hemingway's Old Man and The Sea
On May 14, 2004, at 4:38 PM, David Crowe wrote:
Paul;
You suggested that I use the syntax:
first key key of keychain "DavidCrowe" whose name contains "a"
Even removing the second key doesn't work.
first key of keychain "dad" whose name contains "a"
Starting at the beginning, I can get the following to work:
tell application "Keychain Scripting"
get first key of keychain "dad"
end tell
Since I can't add "Whose name contains "a"" to the end of the "get"
command, I have to loop through the list.
- David Crowe
_______________________________________________
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.