Add Contents of script file as New Script to data table
I have a saved jmp script. Let's call it my_graph.jsl. I want to take that script and add it to my current data table as a New Script(). I know thatdt << New Script(scriptname, code)
will add a new script to the data table. But it's not clear to me how to get the contents of my_graph.jsl and dump it in there. I've tried playing around with Load Text File() but then I'm not sure what to do with...