If I have non consecutive messages in a given sequence, is there any way to read them consecutively?
For example, sequence picked with messages 94 95 114 126 155. show 94 shows message 94, next shows message 95. But then next shows message 96, not message 114 (which makes sense since 96 is the next message but it's not what I want). With only a few messages this is no big deal as I can just do show 94 show 95 show 114 etc, If I have a sequence with a significant number of messages such a solution is not practical. Thank you
