I found:
AddPointAndFigure() with their parameters but no other methods.
I would like to know things like:
Close[0].isUpBox() // return if current box is a 'X'
Close[1].hasBox() // return if there is a box above the current box
Close[-1].hasbox() // return if there is a box beneath the current box
Close[0].Column[1].hasBox() // return if the previous column of boxes has a box on the same row (value height) as the current box
Why, because I would like to feel around the current box to know if a pattern is in place.
The question is how to know what kind of box there is and how to navigate through the previous boxes? Am a professional programmer so no need for a detailed explanation.
Thanks,
Johan

Comment