[[MATH::functionname|paramater|result]]
example:
[[MATH::DECHEX:31|result]]
[[PRINT:result]]
outputs: 1f
Because ‘1f’ is the hexidecimal equivalent of decimal ’31’.
Example 2:
[[INITIALIZE:var1:32]]
[[MATH::DECHEX:[[:var1]]|result]]
[[PRINT:result]]
outputs: 20
Because ’20’ is the hexidecimal equivalent of decimal ’32’.
SEE: Math Function List: