I have one value in one variable and the second in another, now I want to add these two numbers. I can not do this, I tried using the code below, but its not working
<tr> <td>store</td> <td>6</td> <td>w</td> </tr> <tr> <td>store</td> <td>6</td> <td>x</td> </tr> <tr> <td>store</td> <td>javascript{storedVars['w'] + storedVars['x']}</td> <td>z</td> </tr> <tr> <td>echo</td> <td>${z}</td> <td></td> </tr>
source share