Version: 2019.1

Parameters

expressionA string containing a mathematical expression (e.g. "4 + 3").

Returns

void The result of the evaluation (0 for invalid expressions).

Description

Evaluates a math expression and returns the result as a float or int.

If the expression is invalid or cannot be evaluated properly, then the result will be 0.