Hello I'm trying to run javascript within zennoposter
Something, similiar like this:
var str = "{-Variable.dataID-}";
return str.Trim();
is this kind of command works ?
----------------------------------------
i tried simply :
return "HELLO";
and set to a Variable
but there's no result in the Variable, do i miss something ?
Something, similiar like this:
var str = "{-Variable.dataID-}";
return str.Trim();
is this kind of command works ?
----------------------------------------
i tried simply :
return "HELLO";
and set to a Variable
but there's no result in the Variable, do i miss something ?