VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



OTcalculator

by Oliver Toro (2 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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]
Code Returns
Expression Evaluated

Rate OTcalculator

Download OTcalculator

Download OTcalculator (29 KB)

OTcalculator Comments

No comments have been posted about OTcalculator. Why not be the first to post a comment about OTcalculator.

Post your comment

Subject:
Message:
0/1000 characters