I've recently loaded Scilab 5.4.0 onto my Mac.<div><br></div><div>Initially converted a couple of MATLAB M scripts over to SCI scripts. After several hours of work and having to undo most of what the Scilab conversion process implemented I managed to get the SCI scripts to work. Next I created an SCI/SCE script from scratch similar to one of the converted MATLAB scripts and every time I exec it I was just given the prompt -->.</div>
<div><br></div><div>Then I created a 2 line Hello World SCI script and same again only get the prompt back. After several hours of trying numerous things, like linking the SCI/SCE script to Scilab, checking permissions etc still nothing. It doesn't matter from where I exec the script, command line or via the editor. Always same result nothing.</div>
<div><br></div><div>Anybody have any ideas?</div><div><br></div><div>The 2 line script was:</div><div>s="Hello World!";</div><div>disp(s);</div><div><br></div><div>cheers<br clear="all"><div>Gordon</div>
</div>