Home Products Download Order Resources Help Site map
|
Eval for VB/VBCE
Power up your apps with math skills!Eval is an expression evaluator library. It evaluates almost any Visual Basic expression. You can accept expressions from the users and calculate the result with a simple call. A few examples of what you application might do:
Eval is simple to use. Here is an example. Formula = Textbox.Text ' Accept input from the user, example: "1+2+3" Result = Eval(Formula) ' Result will be 6
Supported expressionsEval can handle all Visual Basic constant expressions:
Eval contains an easy interface to support variables. You can also extend the module by adding more functions. Module informationEval comes as an ordinary source code module (Eval.bas) for Visual Basic 5.0 and 6.0. There is also a version for VBCE 6.0. It doesn't require any specific Windows version or run-time files. VB.NET support is currently not available. Eval is written in a way that is not easily upgraded to VB.NET. Try Eval nowDownload a demo to try Eval's capabilities. The demo is a compiled program that lets you type in expressions and view the results. The demo requires VB6 run-times. Eval is being used in several commercial applications, including Project Analyzer and VB Watch. ©Aivosto Oy -
|