Re: Changing a list to path
Re: Changing a list to path
- Subject: Re: Changing a list to path
- From: Michelle Steiner <email@hidden>
- Date: Mon, 30 Jan 2006 14:43:07 -0700
On Jan 30, 2006, at 2:24 PM, Steven Valenti wrote:
Sure; just replace this repeat loop:
set PathToFolder to ""
repeat with i in NewPathToFolder
set PathToFolder to PathToFolder & i & ":"
end repeat
with this line:
set PathToFolder to NewPathToFolder as text
-- Michelle
--
"The past is like a foreign country. They do things differently
there." --Leslie Poles Hartley
_______________________________________________
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