Wondering if the above issue has been looked at, as it's been 11 weeks since I asked. This is happening with FlyTampa Boston if this helps.
There was nothing wrong with GSX, I wrote that sample code by memory, and it wasn't correct, the ordering number is an optional parameter of the CustomizedName function, so it goes like this:
None : ( CustomizedName(“Terminal 1|Gate #”, 2), ),NOT like this, as I initially posted:
None : ( CustomizedName(“Terminal 1|Gate #”, ), 2 ),I edited my previous post with the correct syntax, and I attached the complete fixed file, which show all gates ordered as you wanted.
Note that, you originally set different priorities to parking spots with the same group name, and this will cause "de-grouping", which is not what you probably wanted. Usually, you want to give all gates in the same group the same priority, so I changed the file this way. Of course, if you really wanted to have the spots separated, you can do it that way, by giving each spot a different priority.
I'm sorry for the confusion.