purencool Posted October 21, 2009 Share Posted October 21, 2009 Belows code is a dynamic equation that I cannot get to work. An example is of what it would look like in a text box is 5/12 5 = this.storedNumber "/" = this.lastLogicEqu 12 = win In JavaScript how do i get this to be an equation. Right now it will only concatenate. var returnValue = this.storedNumber + this.lastLogicEqu + win; thanks purencool Quote Link to comment https://forums.phpfreaks.com/topic/178445-solved-javascript-equation/ Share on other sites More sharing options...
trq Posted October 21, 2009 Share Posted October 21, 2009 Take a look at eval. Quote Link to comment https://forums.phpfreaks.com/topic/178445-solved-javascript-equation/#findComment-941051 Share on other sites More sharing options...
purencool Posted October 21, 2009 Author Share Posted October 21, 2009 thanks worked great Quote Link to comment https://forums.phpfreaks.com/topic/178445-solved-javascript-equation/#findComment-941502 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.