On 12/1/06 11:59 AM, "Mark Schonewille" <[EMAIL PROTECTED]> wrote:
> Hi Dave, > > This is very easy: > > tell application "Whatever" > -- do stuff here > set myRslt to "A Value" > end tell > return myRslt > > If you keep this script in a variable myScript, you retrieve the > variable result from the AppleScript script in the following way: > > do myScript as AppleScript > put the result > > Above script puts "A Value" into the message box. Yes, but the problem is, Mark, the Dave wanted a result back *in the middle* of running an AppleScript, not at the end... a bit more problematic... Ken Ray Sons of Thunder Software, Inc. Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
