InvalidSetError when trying to set value of field
Hello,
this is a really simple question but still I cannot see anyone with this problem.
I am only trying to set the value of a field using:
this.getField("myField").value = 3;
but I get an InvalidSetError.
However I can set the value if I use the importTextData function. So the field name is correct, it is writable but doesn't accept a value.
Thank you
