Hi, I want to work with arrays and I thougt, lets try it like in JavaScript, but theres always the same error: "Object expected (Code: -2146823281)
Scriptstart failed!"
but I saw this in the forum too:
code:
var array = array("first value", "second value");
but this dosen't work in my script.
can you help me?