How to include another script in current script
Hello all, I have two scripts A and B. Script A and B both use the same data table. And what script A can do is updating columns for the data table. I want to open the data table, call script A, and then use the table from script A to do the future analysis. But my code doesn't work. Below is a part of my script. I think the script A is called successfully, but the script after include function ...
