That's indeed a strange problem. Maybe some internal variable has the same name. We'll look into it.

- It was a bug in NEURAL_LEARN. Had nothing to do with the variable name. This will be fixed in the next update. Workaround: Increase the input array by 1 element, because NEURAL_LEARN stores the objective at the end.

var myINP[4];
...