Re: Need help combining 2 sequences
- Posted by Lnettnay Aug 29, 2012
- 1244 views
Hi Greg,
Since the 2 sequences are exactly the same size I could avoid all the testing and your program degenerates to a nested for loop that I'm trying to avoid.
Thanks anyway,
Lonny
PS: I think I'm going to have to rethink the method I use to generate the sequence. Since it's only done once at the beginning of the program it might be a case of over optimizing. I'm rewriting a program I did years ago that I lost to a hard drive crash. I thought I did it this way but I don't remember all these difficulties.