Colorodo - I've been working on this and I think I am close. I'm trying to solve it within the geo file. I have it where the required number of digits on the flyout is 3 instead of 4. Also I changed the dcsv file to 3 digit numbers (ie 621,622,623,624,625).
So the remaining problem (besides centering) is that the geo is still allocating 4 slots for digits on the loco. It automatically fills in the 4th slot with a "3" because that is the 4th number (0-3) and only 3 digits can be assigned, are user defined and are right justified. Interestingly, if any wild card "x" is used then that slot is automatically filled in with the number that corresponds to the slot number. For example, if I assign number 555 then the number on the loco becomes 3555. Likewise, if I enter 55x then I get 3550. 5x5 results in 3515, and x55 returns 3255. So no surprise that xxx puts 3210 on the loco.
So this is leading me to a portion of the geo where there are four instances of <cHcEffectMaterialDx....> referring to Primarynumber_ (0-3). Hopefully that may have something to do with getting rid of the 4th number slot.
