in reply to Re: How could I simplify this redundant-column-removing code?
in thread How could I simplify this redundant-column-removing code?
Hi Ken,
Thanks for the suggestions. You're right, poorly named variables (or poor commenting) might have been the reason for one bug I had. Also good to know the advantages of the warnings pragma. I still needed a few minutes to get my head around your solution, but if I get more practise with nested commands and nested data structures this will hopefully become fairly straightforward for me, too.