Can you explain why the StoredReturnValue don't work?
I test alot of JS codes, even simple ones and don't return any value, even if i specified.
Example:
"
function myFunction(#0,#1) {
return #0+#1;
}
"[/code:2drr3d1i]
Its just two Global Variables in construct to sum and return the result.
As you said the only value who return its "0".