On Fri, Nov 19, 2010 at 11:53 AM, Rob Sheppard <[email protected]> wrote: > On Fri, Nov 19, 2010 at 11:35 AM, Edward K. Ream <[email protected]> wrote: >> On Fri, Nov 19, 2010 at 11:33 AM, Edward K. Ream <[email protected]> wrote: >> >> >>> I suspect less than 20 lines of Python code should be able to do >>> this. Something like: >>> >>> for p in all_unique_positions(): >>> << output p.h >> >>> for p in all_unique_positions() >>> << output p.b >> >> >> Obviously untested code: missing colon, and the iterator is >> >> c.all_unique_positions() >> >> EKR > > Fantastic, thank you. I plan to put this to use today. I'll let you > know how it goes... > > RobS >
By the way, that's the other thing I love about Leo. It can do anything. The only limits are one's own skill and imagination. RobS -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
