is this a bug?
is this a bug?
- Subject: is this a bug?
- From: has <email@hidden>
- Date: Tue, 6 Aug 2002 00:42:56 +0100
Hi,
Compare the following under X.1.5:
set theString to "12345678"
theString's character 9
--> Error: Can't get character 9 of "12345678".
set theString to "12345678"
theString's character 9 is in "1234567890"
--> Error: Can't make character 9 of "12345678" into a string.
Anyone care to confirm the second case? Looks like a recent bug to me - I
certainly don't recall ever having this problem before - if so, is it a
known one? Should I give up trying to write clean, minimal code on the
assumption that AS actually knows what the heck it's doing, and strew
explicit 'get's all over the place? Hmph.
Frustratedly,
has
--
(My email address has changed from <email@hidden> to
<email@hidden>. Please update your address books accordingly.)
_______________________________________________
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.