Jump to content

Recommended Posts

Posted (edited)

Simple question but not sure if im missing a function here,

how do i convert a string containing an equation into a resulting number.

eg. (doesnt work: = 0)

$var = "(5/2.8)*2"

$var = Number($var)

MsgBox(0, "1", $var)

$var recieves the equation in text format from a seperate program.

Edited by laffo16

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...