Re: xmlrpc in Jaguar (follow-up2)
Re: xmlrpc in Jaguar (follow-up2)
- Subject: Re: xmlrpc in Jaguar (follow-up2)
- From: "Arthur J. Knapp" <email@hidden>
- Date: Wed, 28 Aug 2002 10:38:33 -0400
>
Date: Wed, 28 Aug 2002 06:50:42 +0900
>
Subject: Re: xmlrpc in Jaguar (follow-up2)
>
From: Adriaan Tijsseling <email@hidden>
>
> set gHost to gHost as string -- actually styled text
>
> set gHostReco to gHost as record
>
> set gHost to <<class ktxt>> of gHostReco
>
>
Thank you so much, Paul. This did the job!
I was just bit by this problem in a recent creator-code setting
script. More and more, it's becoming nessesary for me to ensure
that ALL of my strings that I don't make myself are coerced to
plain text:
on AsText(s)
try
return (s as record)'s +class ktxt;
end try
return s as string
end AsText
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
a r t h u r @ s t e l l a r v i s i o n s . c o m
}
_______________________________________________
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.