Delete an item in a list ?
Delete an item in a list ?
- Subject: Delete an item in a list ?
- From: Studio G sarl <email@hidden>
- Date: Fri, 12 Nov 2004 17:21:48 +0100
Now, my real problem is a little bit more complex :
My_list is a list of "reference to generic boxes" in QuarkXPress (6.1)
Repeat with i in my_list
If name of i="trois" then -- or any other condition, doesn't matter
Set my_left_list to items 1 thru (i-1) of my_list
Set my_right_list to items (i+1) to -1
End repeat
Return my_left_list & my_right_list
-> don't work
How can I get the index of i ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden