aommaster Posted March 11, 2008 Posted March 11, 2008 hey guys!Okay... I have an array that will include a set of numbers that looks like this:Firstly, I want autoit to ignore the first column ( I don't think it's that hard to do, just start a counter variable at 1 instead of 0.But what I want autoit to do is to go through each column separately (so it treats every column as a separate set of data) and see that if the numbers in the column can be added in a certain way to reach a target number which is different for each column.Can this be done using a looping technique, or do I have to end up using something like 7 nested loops?Also, the numbers are appended from experimental data, so sometimes, columns may/may not have different amounts of data in them.Thanks guys
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now