MarkRPflow,<br>
<br>
A similar software is MATHSERV. This is a server engine that lets you write an advanced form of BASIC code in any Windows word processor. Expressions can be as simple as =3.5*4.5, where the answer replaces the expression, or commented command lines, for example:<br>
<br>
angles in degrees, A = {10,15,20,25,30,35,40,45}<br>
convert to radians, A = A*_pi/180<br>
print A, sin(A), cos(A)<br>
<br>
The language includes powerful commands for matrix manipulation, graphics generation, statistical calculations and numerical analysis. Type casting is automatic, array generation is dynamic. A really handy tool which I use daily in my work because it eliminates transcription errors, lets you see mis-fingered values, and presents a neat design audit trail with graphics in Wordpad or any other word processor.