Iterating Down Rows
Hi, I'm new to JMP/JSL but have experience with Java and am currently writing a program that needs to iterate through a column of address data and check if the address is already in the system; if it is, it should populate new columns with the latitude and longitude values. I'm using associative arrays and this is what I have so far: NamesDefaultToHere(1); //all variables local
rawData = Open("Kevi...