A flexible and fast expression parser object for logical and
mathematical functions. The parser uses a fast evaluation algorithm ('pseudo-compiler' generating a linked list that evaluates fast). Easily customizable.
IS THERE A PROCEDURE IN DELPHI THE SOLVES A FUNCTION (2002-12-10 06:21:41)you need something like this
http://www.delphipages.com/result.cfm?SR=TExpressionparser&AO=and&RequestTimeout=500
if answer=correct then...
CONVERTION (2003-03-19 00:58:24)I'm not sure I understand your question, but if you want run-time evaluation of expressions, try http://www.simes.clara.co.uk/delphi/expeval.htm...