Re: osascript and text output
Re: osascript and text output
- Subject: Re: osascript and text output
- From: Skeeve <email@hidden>
- Date: Mon, 28 Jul 2008 06:43:29 +0200
xcgr schrieb:
similar to using the "echo" command in a shell script.
Why don't you use "echo"?
osascript -e '
on run
set helloworld to "Hello World!"
echo(helloworld)
end run
to echo(something)
do shell script "echo " & quoted form of something
end echo
'
Okay: More complicated then necesary ;-) But now you have an echo-handler
_______________________________________________
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