Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
David Somers wrote: > Tony, > > I've been going through triggers/info_trigger.cpp. > > I've made a few tweaks to fix a blooper where ALL wasn't always done; will > commit later today after a bit more testing back here. > > Meanwhile, I'm a bit stymied over the use of the '+' prefix to entries. What > is this meant to do, since looking at the code I can't make neither heads > nor tails of it. > It forces the next entry to be executed even if something had already been run. Normally the processing stops on the first match... some people wanted to be able to do multiple lines in the file. Tony