Repeat in iChat
Repeat in iChat
- Subject: Repeat in iChat
- From: Marcus Rodrigues <email@hidden>
- Date: Tue, 26 Aug 2003 17:11:21 -0300
What I am doing wrong??
This script is suposed to give me the name of all iChat accounts...
But it returns me only one account...
Here is my script:
tell application "iChat"
activate
set everyAccount to every account as list
set eachAccount to the items of everyAccount
set numero to the number of items of everyAccount
repeat with numero in everyAccount
set tuf to (get name of account numero as Unicode text)
display dialog tuf giving up after 1
end repeat
end tell
I tried also:
tell application "iChat"
activate
set everyAccount to every account as list
set eachAccount to the items of everyAccount
set numero to the number of items of everyAccount
repeat with eachAccount in everyAccount
set tuf to (get name of account numero as Unicode text)
display dialog tuf giving up after 1
end repeat
end tell
But it didn't work =-(
What's wrong??? I guess it is something very simple...
o#? Marcus Rodrigues o#?
iBook 600 - Combo - Jaguar
CC4nsul do Brasil Apple Clube - Caxias do Sul
Moderador BAC-Macusers
ichat: marcusrodrigues
mailto:email@hidden
http://homepage.mac.com/marcusrodrigues
_______________________________________________
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.