_CALCVALUE System Variable

Example   See Also

Contains the numeric value that the Calculator displays.

Syntax

_CALCVALUE = nCalculatorDisplayValue

Arguments

nCalculatorDisplayValue

Specifies the numeric value that the Calculator displays.

Remarks

You can return the result of a calculation to a program or you can place a specific value in the Calculator's display before using the Calculator.

To initialize the Calculator's display, store a numeric value to _CALCVALUE with STORE or the = assignment operator. When you use the Calculator, it displays the value you specified.