Changing the ID
Hey guys,
I want to create several materials, properties and components automatically.
The desired IDs of all the materials, properties and components are saved in an external file and then written into a variable. Each of these values should create an own material, an own property and an own component.
For creating the first material, everything works fine. But when the second material should be created, an error is occurring.
Do you have an idea how this problem can be fixed?
Kind regards
Simon
Attached, you can find the file with the IDs (these are the values in column 1 saved into the variable 'field1') and the .tcl-script I'm talking about.