Is there a simple way to add scripts to the data table if they do not already exist?
I want to run a script (perhaps multiple times) and part of the script embeds a script into the data table.E.g., dt << New Script ("Plot", varchart1= variability Chart(...... Every time I run the main script it will create scripts Plot 1, Plot 2 ect... in the data table.
drc_lewis