Simple delete
Simple delete
- Subject: Simple delete
- From: Robert Poland <email@hidden>
- Date: Tue, 9 Mar 2004 11:32:48 -0700
Hi,
This simple delete appears not so simple. What am I missing?
tell application "Tex-Edit Plus"
set x to "09-Mar-04"
if item 1 of x = "0" then
delete item 1 of x
end if
end tell
x --> "9-Mar-04"
Tia,
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
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.