Hello folks, this is my first post here. I'm getting serious about my SE coding! Here is my scenario. I tend to like having a Group defined that contains all of a particular type of block like AllThrusters, AllDrills, AllWhatever. Whenever I add a new block, I have to add it to the group. I attempted to write some code that might automatically take care of this. I've tinkered with it and .Clear, .AddRange, and .Add don't seem to do anything. The code I have is nonsensical. It's just showing...
Is it possible to create or manipulate Groups?
Is it possible to create or manipulate Groups?