[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=DPElement Sub=,,,DataCount|X Info=Parses and calculates the mathematical expressions [Property] DataCount=Sets the number of operands (indexes are zero-based). ARG(int)|1|2 @Default=Sets the result by default. ARG(number)|3| +MathStr=Sets the math string. ARG(string)|2|{0} + {1} [Methods] doCalc=Calculates the mathematical expressions. ARG(number X1, ..., number XN)|1|0 onResult=Occurs after processing and returns the result. ARG(number)|2|0 Result=Returns the result. ARG(number)|3|0