| Author |
Comment/Response |
Joe Paluh
|
09/21/10 10:19pm
Hi; I am new to Mathematica and using Applescript with it.
I can do basic calculations with applescript but when I introduce a thing like Pi[N, 10], I get an error:
Expected end of line but found “[”.
Can anyone know what I have to do to run:
tell application "Mathematica"
set x to pi[N, 10]
display dialog x
end tell
Thank you.
jp
URL: , |
|