Re: filter appears to work differently when single stepping

2013-09-12 Thread Klaus major-k
Hi Richard, Am 12.09.2013 um 18:26 schrieb Dr. Hawkins doch...@gmail.com: I have a global dhUpCds for a list of long names of cards that get updated. When a card closes, I want them removed I made a handler on dhRmUpCd oldCd global dhUpCds ## Try with parens: filter dhUpCds

Re: filter appears to work differently when single stepping

2013-09-12 Thread Dr. Hawkins
On Thu, Sep 12, 2013 at 9:32 AM, Klaus major-k kl...@major-k.de wrote: ## Try with parens: filter dhUpCds without (* oldCd) Thanks. THis may have done it. It also seems that the watch window for my variable does not get updated after the last iteration until I click on another

filter appears to work differently when single stepping

2013-09-12 Thread Dr. Hawkins
I have a global dhUpCds for a list of long names of cards that get updated. When a card closes, I want them removed I made a handler on dhRmUpCd oldCd global dhUpCds filter dhUpCds without * oldCd end dhRmUpCd This is designed to accept either a card name or stack name. I'm finding