Re: what does this error mean? How can I fix it?
Re: what does this error mean? How can I fix it?
- Subject: Re: what does this error mean? How can I fix it?
- From: Emmanuel <email@hidden>
- Date: Thu, 13 Jan 2005 20:19:31 +0100
At 1:38 PM -0500 1/13/05, doug rogers wrote:
set u to choose URL showing Remote applications
set L to characters 8 thru -1 of u
set u to "eppc://***:***@" & (L as string)
tell application "HyperCard" of machine u
Could you post what "L as string" evaluates to?
log (L as string)
Not your question, but your code is not text-item-delimiters-proof.
It would be safer to say:
set L to text 8 thru -1 of u
Emmanuel
_______________________________________________
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