04.06.2016, 14:01
Hello, I'm looking for a method to sort enumerators' IDs.
Example: Houses' enum have a limit of 500. I've created the houses ID 0, 1, 2, 3, 5, 10. Now I want that ID 5 became ID 4, and ID 10 became ID 5. All automatically, in a loop. How can I do?
Example: Houses' enum have a limit of 500. I've created the houses ID 0, 1, 2, 3, 5, 10. Now I want that ID 5 became ID 4, and ID 10 became ID 5. All automatically, in a loop. How can I do?