Re: Getting label from a record (solution)
Re: Getting label from a record (solution)
- Subject: Re: Getting label from a record (solution)
- From: Arthur Knapp <email@hidden>
- Date: Tue, 18 Nov 2003 11:10:59 -0500
Date: Tue, 18 Nov 2003 16:22:07 +0100
Subject: Re: Getting label from a record (solution)
From: EBI Aktivitet <email@hidden>
repeat 20 times
-- Repeat more than you need, exit is in the repeat loop
anyway
In fact, AppleScript allows for an "endless" repeat loop syntax:
repeat
-- do stuff
if ( something ) then
exit repeat
end if
end repeat
{ Arthur J. Knapp;
<
mailto:email@hidden>;
What...? Oh...!
}
_______________________________________________
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.