Re: Smile quirks
Re: Smile quirks
- Subject: Re: Smile quirks
- From: Michelle Steiner <email@hidden>
- Date: Sun, 18 Jul 2004 20:36:41 -0700
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Jul 18, 2004, at 8:17 PM, cheshirekat wrote:
>
set {the firstString, the secondString} to {(characters 1 thru (the
>
offP
>
- 1) of the twoValues) as text, (characters (the offP + 1) thru -1 of
>
the
>
twoValues) as text}
Try this:
set {the firstString, the secondString} to text {text 1 thru the offP -
1 of the twoValues, text 1 thru the offP + 1 of the twoValues)
Or even better:
property twoValues : "Gregorian Chants*Regina Caeli"
set text item delimiters to {"*"}
set {the firstString, the secondString} to text items of twoValues
- -- Michelle
- --
You can not change the world without perforce changing yourself.
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.1
Comment: To you from me, courtesy of PGP
iQA/AwUBQPtBykX3pGKCIlLEEQKftgCdFblnFhRLrh8rJ35MdS3pgzwDg94AoJ7F
3mg6stoQOMN0zKjJdMP8YHTU
=OXHR
-----END PGP SIGNATURE-----
_______________________________________________
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.
References: | |
| >Smile quirks (From: cheshirekat <email@hidden>) |