Re: Getting this list item
Re: Getting this list item
- Subject: Re: Getting this list item
- From: Michelle Steiner <email@hidden>
- Date: Sat, 15 Jun 2002 09:20:16 -0700
As a guess, how about this?
if ((activity of theRAStatus) = "connected") then
end tell
--continue script
else
--whatever is needed here
end if
There would need to be an "end tell" also somewhere in the else clause,
I would think.
--Michelle
On Saturday, June 15, 2002, at 06:59 AM, Gnarlodious wrote:
if ((activity of theRAStatus) = "connected") then
is inside the NSS tell block but I need to untell before continuing.
How to?
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
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.