04-16-2011, 06:40 AM
Thanks Jay
this is what I was thinking
Pseudo code:::::
this is what I was thinking
Pseudo code:::::
Code:
For row = 1 to rowsize :: A loop to count rows
For col = 1 to colsize :: A loop to count columns
If box(x,y).value ="x" then :: Test
Print "Box" row ", " col "has value " box(x,y).value
:: Show user results
end if :: end conditional
end for loop :: col
end for loop :: row