Newbie blues (was Remove spaces)
Newbie blues (was Remove spaces)
- Subject: Newbie blues (was Remove spaces)
- From: Bernard Azancot <email@hidden>
- Date: Sat, 28 Jun 2003 07:43:47 +0200
Le vendredi, 27 jun 2003, ` 07:00 Europe/Paris, Kai a icrit :
================================
tell application "Tex-Edit Plus"
set nbr to words of "xx xx xx xx"
set AppleScript's text item delimiters to ""
set nbr to nbr as string
end tell
--> "xxxxxxxx"
================================
Great! No more error message.
Thanks Kai.
Now my script is
================================
tell window 1 of application "Tex-Edit Plus"
set nbr to words of "xx xx xx xx"
set AppleScript's text item delimiters to ""
set nbr to nbr as string
end tell
================================
It does *nothing*, but... does it very well ;-)
Removing the spaces, would be my nExt goal.
Any help before suicide. ;-)
Regards
Bernard
_______________________________________________
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.