• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Newbie blues (was Remove spaces)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Multi application support in single script
  • Next by Date: Re: Neatly break a paragraph into smaller strings
  • Previous by thread: Multi application support in single script
  • Next by thread: Re: Newbie blues (was Remove spaces)
  • Index(es):
    • Date
    • Thread