On 2006-09-26, at 23:31:42, jj wrote:
property foo : "worked"
set hackscript to "on run {x}
x's " & "f" & "o" & "o" & return & ¬
"end run"
set worked to (run script hackscript with parameters {me})
Absolutely brilliant solution jj,
property foo : "worked"
set pnam to "f" & "o" & "o"
set hackscript to "on run {x} " & return & "x's " & pnam & return & "end run"
set res to (run script hackscript with parameters me)
Thanks for posting,
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Help/Unsubscribe/Update your Subscription: