Re: OS X test for Class Folder...continues
Re: OS X test for Class Folder...continues
- Subject: Re: OS X test for Class Folder...continues
- From: Mr Tea <email@hidden>
- Date: Mon, 28 Jan 2002 21:13:28 +0000
This from Paul Berkowitz at @793 on Mon, Jan 28, 2002
>
if you know you will be
>
dropping only one item at a time, just get 'item 1'. I.e
>
>
on open theItems
>
set theItem to (item 1 of theItems) as string
or alternatively, in the same circumstances, use
on open {theItems}
set theItem to theItems as string
T.