Dear Support,
I'm referring to a similar question and that is the Custom decoder. The answer you gave is using the javascript decodeURIComponent() function but when I do use...
Dear Neil W.,
I tried your proposal but it does not work. Instead this works :
var decodedValue = encodedValue.replace(/\\u0025/g,'%');
so the optimized code would...
When you install Neoload, 3 components get installed, the GUI, a local LG agent and a local Monitoring agent
Neoload will take some memory, the LG Agent will take some...
I have added correlation to a Websocket script to pull back all matching occurrences of a variable called alarms). When the script runs, I get multiple successful extracted...
Hi Ajaz, if you want to use variable of variable in your script, simply use command :
context.variableManager.getValue(alarm_n) without "". In this case, variable is really use.