VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

OTcalculator

Oliver Toro  (2 Submissions)   Complete Applications   Visual Basic 3.0   Advanced   Wed 3rd February 2021

OTcalculator usign Microsoft Script Control.
--------------------------------------------
Microsoft Script Control is an OCX control of Microsoft and you can include in you VB programs for manage code at execution time, you can add code and vars with Addcode Method, you can evaluate expressions with eval() function easily.
It's too easy add code, modules, procedures, functions dynamically.
(You can to combine with callbyname function for make dynamic programs
and you can save code sections, functions in tables and load them in your programs)
[email protected]

Inputs
Expression as string

Assumes
OTcalculator usign Microsoft Script Control. -------------------------------------------- Microsoft Script Control is an OCX control of Microsoft and you can include in you VB programs for manage code at execution time, you can add code and vars with Addcode Method, you can evaluate expressions with eval() function easily. It's too easy add code, modules, procedures, functions dynamically. (You can to combine with callbyname function for make dynamic programs and you can save code sections, functions in tables and load them in your programs) [email protected]

Returns
Expression Evaluated

Rate OTcalculator (3(3 Vote))

Download OTcalculator

OTcalculator Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters