Re: Script on the fly?
Re: Script on the fly?
- Subject: Re: Script on the fly?
- From: Arthur J Knapp <email@hidden>
- Date: Mon, 05 Nov 2001 12:32:43 -0500
>
Date: Mon, 5 Nov 2001 12:56:44 +0100
>
From: "Serge Belleudy-d'Espinose" <email@hidden>
>
Subject: Script on the fly?
>
Is there any way, vanilla or with osax, to turn a straight text into a
>
compiled script, or at least a script object?
>
I'm trying for AppleMods to have a way of download a script as text and turn
>
it into a compiled one. What I've looked into w/o success:
>
- use the result of a 'run script' in any way
Try this:
set header to "script returnCompiledScript" & return
set tailer to "end script"
set a_compiled_script to run script (header & theScriptText & tailer)
Arthur J. Knapp
http://www.stellarvisions.com
mailto:email@hidden
Hey, check out:
http://www.zavatone.com/