On Sat, Nov 9, 2024 at 9:33 PM Paul Scott <waterhorsemu...@aol.com> wrote:
> Thank you!, Xavier, > > I finally had time to look at your revised MWE and integrate it into my > actual code. > > I'm beginning to see in the documentation where I might be able to do > more with this. One code feature I will need to figure out is lambda > which is not something I have learned in all my years of programming. > A lambda is a little like an anonymous method; you can pass them around as arguments. I'm more familiar with them in Java, though.