CALCLINE

Executes a single calculation string.

Syntax

CALCLINE calcString
ParameterDescription

calcString

A calculation string (any valid string that is accepted by a calculation script).

Notes

This command executes a single calculation string. In a batch file, place the calculation string parameter in quotation marks and end the string with a semicolon statement terminator (;). All text within the quotation marks is passed to the calculator. This command requires quotation marks.

Example

To issue the CALC ALL command:

CALCLINE "Calc All;";

To calculate the members January and Product:

CALCLINE "Jan; Product;";

See Also

  • CALC