Variables in command line calculator

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Variables in command line calculator

Mike Hayes
The command line calculator is a very useful recently added feature.

It would be great if it included variables so you could do something like:

cal height=6*7
line
0,0
0,height


Mike
Reply | Threaded
Open this post in threaded view
|

Re: Variables in command line calculator

dxli
maybe, we can do something like:

cal 6*7
line 0,0 0,%

keep last 100 results from calculator and be referenced as % (or %0), %1, %2, etc.

For v3, we will have native script binding. If we can enable python binding, it exposes all python math to end users.
Mike Hayes wrote
The command line calculator is a very useful recently added feature.

It would be great if it included variables so you could do something like:

cal height=6*7
line
0,0
0,height


Mike
Reply | Threaded
Open this post in threaded view
|

Re: Variables in command line calculator

Mike Hayes
Yes, being able to use the most recent results from the command line calculator would be a good interim feature until V3 is available to end users.


Mike