Xpress offset of tab giving an unexpected result.
Xpress offset of tab giving an unexpected result.
- Subject: Xpress offset of tab giving an unexpected result.
- From: email@hidden
- Date: Wed, 8 May 2002 11:40:56 +0100
I have a text box in Xpress. It contains (for example):
abcd<tab>abcd<tab>abcd<tab>abcd<return>
set bnTab to (offset of every character where it is "\t") as list
In the above example, this returns {{0},{4},{9},{14},{19}}
Which is wrong, to me, in three ways
1. Item 0 doesn't exist
2. It's a list of lists
3. It's a character out.
I can duplicate this every time with Xpress 4.11 on 9.2.2. Is it me or am I
missing something?
Steve
_______________________________________________
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.