Updating column values in JSL
Hi, I have a data table consisting of coordinates X, Y and a column named Bin.I would like to keep the initial columns and transform those to new columns with coordinates called Xn and Yn. Then I have a window with a button box that calls a function that mirrors the Y-coordinates. When I push the button, the command works, but just for a split second, before the coordinates are turned back to thei...