offset with spaces confusion
offset with spaces confusion
- Subject: offset with spaces confusion
- From: email@hidden
- Date: Fri, 3 May 2002 11:24:11 +0100
If I do this:
ignoring white space
"abc" is in "a b c d"
-->true
end ignoring
I get the answer I expected. So why don't I get the answer I expect with
offset:
ignoring white space
offset of "c" in "a b c d"
-->8
end ignoring
I assume this means offset ignores the ignoring statement. Is there a
logical reason or is this a bug?
_______________________________________________
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.