Manuals/calci/CALCULATE

From ZCubes Wiki
Revision as of 22:25, 12 February 2020 by Joseph (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CALCULATE(String)

  • where is the string equation to calculate.

Description

  • This function gives the calculation result of string entered as a parameter.
  • should be entered in double quotes as shown:

A=3;
B=4;
=CALCULATE("A+B")


ZOS

  • The syntax to calculate any entered formula in ZOS is
  • is any equation to be calculated.


Examples

Equation n1 n2 n3 Result
CALCULATE("1+2+3") 1 2 3 6
CALCULATE("SUM(5,-9,45)") 5 -9 45 41

Related Videos

SUM

See also

References

SUM