Loop on script files
Dear jsl scripters,
I have a script in which I use the include instruction to call a subscript for "reporting" (inserting a JMP chart into a powerpoint file):
dt = Current Data Table();
Include( strRootPathScript || str_report_Product1) );
It works fine as long as I use 1 product. My wish is to loop on a liste of products [Product1;Product2;...]
and to replace the product name into the i...