Re: how to convert *space* to
Re: how to convert *space* to
- Subject: Re: how to convert *space* to
- From: email@hidden
- Date: Mon, 16 Nov 2009 11:37:38 -0500
... how do i convert a space to ?
set tString to "Hello Alice"
set {oAStid, AppleScript's text item delimiters} to {AppleScript's
text item delimiters, " "}
set tString to text items of tString
set AppleScript's text item delimiters to " "
set tString to tString as string
set AppleScript's text item delimiters to oAStid
tString
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden