Hi there,
I've got a script that exports all objects to .txt files using the Application.SaveToText, but what I want to do is save the objects script into a table along with the object name.
Table would look like:
ID | Object_Name | Script
Is that possible?
I want to avoid exporting / import if possible
I've got a script that exports all objects to .txt files using the Application.SaveToText, but what I want to do is save the objects script into a table along with the object name.
Table would look like:
ID | Object_Name | Script
Is that possible?
I want to avoid exporting / import if possible