i need to be able to create a list of all numbers skipped in a range of numbers
so for example from 10000 to 11000, the range will be different each time.
i found an example on the net that tells me where there's a gap but a now need a way to generate all the numbers in the gap.
i don't really like what i have so far, so if someone has a nice way of doing it from start to the end - that'd be perfect. you guys usually write beautiful "couple of liners" for the most complex stuff
thank you
so for example from 10000 to 11000, the range will be different each time.
i found an example on the net that tells me where there's a gap but a now need a way to generate all the numbers in the gap.
i don't really like what i have so far, so if someone has a nice way of doing it from start to the end - that'd be perfect. you guys usually write beautiful "couple of liners" for the most complex stuff
thank you