Hello,
I created a ZPL (ZPL02.zpl), it seems to work if I run it directly through Programming>Edit/Run, but not inside the merit function.
PRINT "worst case : ", worst_color
OPTRETURN 0, worst_color
Those two lines do not give the same value. The first one gives a correct value. In addition, when I call this ZPL through the merit function, it does not update the output value.
What should I do?
Thanks in advance for your help,