Hi Kat, That's fine, it works now, thank you for your help, you pointed me to the right direction ! I tried to move var Input1 = Appery("Input1"); on the JS page to see if I could re-use the variable, but by the looks of it, the answer is no. Which brings back to my second question: I woul...
Hi, first, sorry if it's a dumb question, but I'm not really a dev so please help even if it's stupid :) I created a function in a new JS file function getVal(Val1, Val2) { MyVal = Val1 * 360 / Val2 * 100; return MyVal; } I would like to call it from an event, but it doesn't seem to be working On Ke...