Re: ARD Applescript Help
Re: ARD Applescript Help
- Subject: Re: ARD Applescript Help
- From: Steve Hayman <email@hidden>
- Date: Tue, 13 Jun 2006 15:43:07 -0400
On 13-Jun-06, at 2:57 PM, David Rocamora wrote:
set thisServer to results of aResult My problem is that the variable thisServer contains "servername" with the quotes. I need to have it without the quotes.
One thing you can do is
set thisServer to text 2 thru -2 of aResult
which will give you everything from the 2nd character through the 2nd last character, thus conveniently skipping the quotes.
Hope this helps, Steve
|
_______________________________________________
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