Re: to test maximum consecutive numbers

2007-12-11 Thread Xavier Noria
On Dec 11, 2007, at 9:53 PM, ciwei2103 wrote: Give a disk sequence know that is incrementing with base 16, such as , 0001 0003 0004 0008 0009 000A 000B 000F 0010 0011 how do I extract the a subset that is have at least 4 consecutives, such as "0008 0009 000A 000B" Sorry, the previous code

Re: to test maximum consecutive numbers

2007-12-11 Thread Xavier Noria
On Dec 11, 2007, at 9:53 PM, ciwei2103 wrote: Give a disk sequence know that is incrementing with base 16, such as , 0001 0003 0004 0008 0009 000A 000B 000F 0010 0011 how do I extract the a subset that is have at least 4 consecutives, such as "0008 0009 000A 000B" I hope this has to do wi

to test maximum consecutive numbers

2007-12-11 Thread ciwei2103
Give a disk sequence know that is incrementing with base 16, such as , 0001 0003 0004 0008 0009 000A 000B 000F 0010 0011 how do I extract the a subset that is have at least 4 consecutives, such as "0008 0009 000A 000B" thanks. Jason -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition