ExprEval() by Uberi
An array (object) with the result of each expression.
The input string to be evaluated. You can enter multiple expressions separated by commas (inside the string).
An Associative Array object containing variables names as keys and values to replace them. For example, setting it to {A_Index: A_Index} inside a loop will replace occurrences of A_Index with the correct value for the iteration.