group file name and set lable by JSL looping, work fine but slowly
I have a JLS works fine, but slowly, is there any method to improve it? 1. import multiple files2. base on file name rule group into a, b, c, d, e 3. base on file name rule to decide file count and set into rows for each groupNames Default To Here(1);
dir = Pick Directory( "Select a directory" );
Multiple File Import(
<<Set Folder(
dir
),
<<Set Show Hidden( 0 ),
<<Set Subfolders( 0 ),
<<Se
...