in reply to continuuos intervals
Hi mesana,
Welcome to the monastery.
What you are asking would probably be pretty trivial and simple to implement in Perl, but the desired output pattern you describe isn't quite clear to me.
Your output begins at the first input "start" value, 115247085, and then adds 200 to get your first output "end" value, 115247285. But then for some reason you add 2 to this to get your output's next "start" value, 115247287. This pattern continues, but 115250400 less 115247489 is not divisible by 202, so the pattern seemingly broke down there. You pick the pattern up again, but at 115250602 inexplicably add 304 to get 115250906. Then your original pattern of adding 2 and then adding 200 continues. I'm also not clear on why you would stop at the value 115251108, but perhaps that was just an arbitrary stopping point. Do you see why we might be confused? :-)
If you explain that a little more clearly the monks here can probably help you out.
Update: Fixed some number errors of my own.
|
|---|