I have a script that creates an embedded program in a data table. I'm able to list the embedded programs already present and I want to be able to avoid creating it if it already exists. What's the easiest way to check the lust for the existance of the program?
dt = Current Data Table();
lstScripts = dt << Get Table Script Names;
Slán
SpannerHead