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 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. 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 Link to comment https://forums.phpfreaks.com/topic/178445-solved-javascript-equation/#findComment-941502 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.