Jump to content

[SOLVED] javascript equation


purencool

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.