_CALCMEM System Variable

Example   See Also

Contains the numeric value that Microsoft Visual FoxPro stores in the Calculator's memory.

Syntax

_CALCMEM = nCalculatorValue

Arguments

nCalculatorValue

Specifies the numeric value that _CALCMEM stores in memory.

Remarks

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

To initialize the Calculator's memory, store a numeric value to _CALCMEM with STORE or the = assignment operator. When you use the Calculator, its memory contains the value you specified.