Re: find_all() And More
- Posted by dcole Sep 29, 2010
- 1067 views
Sorry I miss read your question.
Do you want the index to include the zeros?
Ex. {0,0,0,7,12,17}={3,4,5}
or exclude the zeros?
Ex.{0,0,0,7,12,17}={1,2,3}
Don Cole
Sorry I miss read your question.
Do you want the index to include the zeros?
Ex. {0,0,0,7,12,17}={3,4,5}
or exclude the zeros?
Ex.{0,0,0,7,12,17}={1,2,3}
Don Cole