Re: weird clipboard behaviour
Re: weird clipboard behaviour
- Subject: Re: weird clipboard behaviour
- From: ehsan saffari <email@hidden>
- Date: Thu, 15 Nov 2001 19:32:40 -0600
looks like the offset command handles styled text alright:
tell application "FileMaker Pro" to set x to cell "Text" as styled text
-->STXT{
ktxt:"AppleScript",
ksty:styl(<<000100000000000D000A00030000000ADDDD00000000>>)}
offset of "C" in x
-->6
cheers
ehsan