Hello,
I got the following code running in Zenno 4.2.5.0 which does not return a value.
Even if I try this, nothing returns:
I also assigned the return value to a variable via "Put result to variable".
What is wrong with the code, or its a bug?
Greetings
Paginator
I got the following code running in Zenno 4.2.5.0 which does not return a value.
Код:
var url = {-Variable.LinkItem-};
var regex = /^http/;
if(!regex.test(url)) {
return "http://example.com" + url;
} else {
return url;
}
Код:
return "http://someurl.any";
What is wrong with the code, or its a bug?
Greetings
Paginator