\"hyphenate\"
\"hyphenate\"
- Subject: \"hyphenate\"
- From: wayne melrose <email@hidden>
- Date: Wed, 24 Nov 2004 15:33:44 +0100
Hi all..
here's something I'm curious about..
set mytext to "\"hello there\""
display dialog mytext
do shell script "echo " & mytext & " > ~/Desktop/hello.txt"
OK, now when the dialog displays, its obviously hyphenated, which is fine, but the text file also obviously is NOT as the "\" comments OUT the hypenation..
So, assume that mytext is being read from a text file (ie set mytext to read file "folder:text.txt") and the result is "\"hello there\"" because there was a hyphenation, how do i make it write back into hello.txt in the same way.. ?
Hope that question made sense..
thanks
Wayne Melrose
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >CRON (From: Robert Poland <email@hidden>) |
| >Re: CRON (From: Doug McNutt <email@hidden>) |