Solved
Simple Program Not Working
- August 16, 2016
- 2 replies
- 4545 views
Attachments describe my issue. Goal of program is to extract all relevant rows from a larger matrix
CabDataCu for further analysis. The program is set to test for "0" in column 1 of CabDataCu and if
not "0" extracts the row. Programs works properly to ignore matrix rows below 5 and extracts 1-5.
The problem that befuddles me now is that it misses, i.e. does not ignore or jump over matrix Row
4 with a "0" in the first column. I have tried several variants of the program statements and all have
ended up with same result. Any ideas?





