How to elegantly perform an update, but for a single row?
Hello - I'm trying to take a row from one table, and throw it into another table at a row the user specifies in an entry box. However, the update function doesn't seem to have the ability to specify rows, and so I'm left with taking an hour and typing out each of my 105 columns for both data tables as such: dt:{"ColA"}[rownumber] = dt1:{"ColA"}[1];...
dt:{"ColB"}[rownumber] = dt1:{"ColB"}[1];
.
.
.
dt:{"C