In a script, return the selected table scripts as a list
Hi, I am aware of using the code below to return all the table scriptsscriptNames = dt << Get Table Script Names;
Is there a way to only return the scripts that I have selected (if any are selected, otherwise return all).So return [Bivariate,Logistic] in the case below