Link to home
Start Free TrialLog in
Avatar of rp
rpFlag for Portugal

asked on

Expression Evaluater

How can find a source code with evaluator expression where can use variables from my vb code, to do something like this:

Dim  a = 10
Dim b = 5
Dim c = 6
Evaluate(((a/3 +1)*4+b)/2 +c-b))


best regards
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

I use rextester with mixed results. Do not try something too complicated

Here is your example
http://rextester.com/HRW2944
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial