Function name Description
LOG The function calculates the logarithm of the specified value.
Syntax:
<function name="log" return="var"> value </
function>
LOG10 The function calculates the common (decadic) logarithm of the speci‐
fied value.
Syntax:
<function name="log10" return="var"> value </
function>
POW The function calculates the value "a
b
".
Syntax:
<function name="pow" return="var"> a, b </function>
MIN The function compares the transferred value and returns the lower of
the values.
Syntax:
<function name="min" return="var"> value1, value2
</function>
MAX The function compares the transferred value and returns the higher of
the values.
Syntax:
<function name="max" return="var"> value1, value2
</function>
RANDOM The function returns a pseudo random number.
Syntax:
<function name="random" return="var" </function>
Generating user dialogs
1.10 Predefined functions
Easy XML
Programming Manual, 12/2017, 6FC5397-1DP40-6BA1 131