Hi, I'm trying to get a loop condition working.
I have a loop condition:
for (var ii = 0; ii < array.length; ii++) {
console.log(array[ii]);
}
Everything works as expected, now I would like to a have an expression that retrieve array[ii].
How can I achieve this with the sdk?
I searched and there is no mention of this, I tried to add a variable that gets updated each cycle and then ret.set_string(variable); but it gets just the last value.
Thanks
EDIT: change to ii otherwise parsed as italics