Saving a new project using a variable name created within the project
Hello, I've put together a script that starts by creating a project. After doing all sorts of things within the project, I get a variable name that want to use to name/save the project. I've tried using a global namespace to transfer the variable from inside the project to no avail. Any suggestion would be very appreciatedNames Default To Here( 1 );
Clear Log();
project = New Project();
project
...