Hi folks,
I opened a couple data table by the following jsl,
dt = Multiple File Import();
After that, I tried to access one of the data table to process the data, what is the jsl script or command to access the the data table.
For example, if I need to access the 2nd data table row #2 and column #1, i used the command below:
dt[2][2,1]
but it did not work, please advise it, thanks.