Renaming a Data Structure
Renaming a Data Structure
Comments
-
I created a data structure but now I want to change the name of it. Is there a way to do this?
-
Once a data structure is created, the name cannot be changed. We have two options. You can either create a brand new one or copy the old one, by right clicking>edit>Create copy, and providing a new name for the copied data structure. Also, if the original data structure was used anywhere, you will need to manually replace it with the new one.