Which table does For Each Row() apply to?
When using the FOR EACH ROW() command to step through each row in a table, does JMP just assume the Current Data Table? I've made a habit of issuing a Current Data Table("target_table") command prior to using the For Each Row(), just in case. I'm now wondering if this is necessary?