latest version: FormulaParser.zip
The formula parser does just that: it parses formulas and calculates their results (after filling in parameters if needed) eg. "3+4*(4-9)" can be parsed and calculated directly, but for "3*x+5", x has to be filled with a value first. The parser has been optimalized to parse the string first and then do as many calculations as needed, while filling in parameters.
Download latest version
History: Click here for prior version history