Hi all, I have a script from OS 9.2.2 for Tex-Edit Plus that still wraps the text on Tiger… but if I open the script and re-save it, it does nothing (that’s strange to me).
I would like to use the wrap in a new script I have wrtten.
Here’s the old script…
tell application "Tex-Edit Plus"
activate
-- more stuff here
-- note: 'replace looking for' and 'replacing with' is still in the Dictionary
replace looking for "
" replacing with " "
end tell
Any and all help is very much appreciated!
Tom
Browser: iCab/4.1.1
Operating System: Mac OS X (10.4)
Hi Craig, This is getting strange. I ran you code and it worked as I said and then I saved it without really looking at it.
Later I ran the script again and it didn’t work.
When I opened the script, here’s how it compiled.
tell application "Tex-Edit Plus"
activate
tell document 1
replace looking for "
" replacing with " "
end tell
end tell
Any ideas on a workaround?
Thanks,
Tom
Browser: iCab/4.1.1
Operating System: Mac OS X (10.4)