Hi folks,
I used multiple file import to import three txt files, and the script opened up three data windows shown on the right hand side. I need to process the column 3 with some equations in these three opened windows, but I don't know the data table names that are related to the three opened windows.
I thought the data table names should be ccf_22031411, ccf_22031412 and ccf_22031413 as shown on the top left corner of the data windows, but when I used the following script to delete the first column (dot column), it did not work. And how can I call out Column 3 and make it multiplied by 10 and put the new numbers into Column 7? Thanks.
"ccf_22031411" << delete Columns( 1 :: 1 );