re: Simple delete
re: Simple delete
- Subject: re: Simple delete
- From: Christopher Stone <email@hidden>
- Date: Wed, 10 Mar 2004 02:45:55 -0600
At 13:39 -0700 03/09/2004, Robert Poland wrought:
I won't repeat the solutions as they were answered to the list,
______________________________________________________________________
Hey Bob,
I think your question was well answered, but just for giggles let's do
the operation with Tex-Edit Plus:
tell application "Tex-Edit Plus"
set x to "09-Mar-04"
set nw to make new document at end
tell nw
set its text to x
if character 1 is "0" then
delete character 1
set x to its text
close without saving
end if
end tell
end tell
Chris
_______________________________________________
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.