really slow repeat loop
really slow repeat loop
- Subject: really slow repeat loop
- From: Gabe Benveniste <email@hidden>
- Date: Tue, 18 Jan 2005 16:17:49 -0800
I'm doing this loop in AppleScript Studio but was told this was more of an applescript issue in general.
This loop is REALLY slow and I'm looking for a way to make it faster.
set theRows to every data row in theDataSource
display dialog "checking"
repeat with theRow in theRows
set is_checked to the contents of the data cell "checkbox_row"
of theRow
set username to the contents of the data cell "
username"
of theRow
if is_checked is true then
set end of user_list to username
end if
end repeat
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden