Help:VE140
From TrainzOnline
Running number range rangespecification specified at character index index overlaps already in use numbers, running numbers must be unique.
Where running numbers are specified as a range (using the format 'fromnumber-tonumber) then each range must specify a unique set of numbers.
For example:
vehicle-running-numbers { running-numbers "86200-86262,86260-86273" }
created the error
- VE140: Running number range '86260-86273' specified at character index 18 overlaps already in use numbers, running numbers must be unique.
because 86260 and 86261 are part of both ranges.
Index is the zero-based position in the tag value at which the parser detected the error.