Script Breaks in International 10.2.6
Script Breaks in International 10.2.6
- Subject: Script Breaks in International 10.2.6
- From: Stephen Swift <email@hidden>
- Date: Mon, 16 Jun 2003 02:00:33 -0400
I have a script here that breaks on an international version of 10.2.6 but
works fine on my US 10.2.6 system. It hangs after duplicating the doc. Any
ideas why it would break and any ideas on how to fix it? Thanks.
tell application "Tex-Edit Plus"
activate
duplicate window 1 to front
replace window 1 looking for " " replacing with "^c"
make new window at front
repeat with x in ((lines of window 2 where it contains "@") as list)
copy (x as text) to after selection of window 1
end repeat
replace window 1 looking for "^c" replacing with ","
end tell
Stephen Swift
email@hidden
_______________________________________________
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.