Description of ArtFormula :
ArtFormula package contains two nonvisual Delphi componenst for symbolic expression parsing and evaluation. Provides runtime scripting engine for automating your programs.Provides:7 arithmetic operations10 logical operationsstring concatenation22 arithmetic functions10 statistical functions2 logical functions15 string functions13 date functionsUser defined constantUp to 255 user defined variablesUp to 255 user defined functions (modules). ArtFormula programming language supports:Variables definitions and assigmnent statementIncrement and Decrement operationsReturn functionCompound statement (BEGIN... END)IF statementWHILE loopUNTIL loopFOR loopInterface functions: msg('text','caption',props), input('caption', 'text', defvalue).