On Wed, 17 Oct 2001, Andrew Gaskell wrote: > Sorry, I'm not clear. If I want to discard some lines do I just use both > LOGFORMAT lines after each other then: > > LOGFORMAT (%j 0, 0, 0, %j) > LOGFORMAT (%s, %u, %d/%m/%y, %h:%n%j, %j, %v, %j, %j, %j, %j, %b, %j, > [%j]%j, %j, %j,) > > I tried this and it didn't seem to work. >
Maybe (without trying) you want them the other way round. The first matching format is the one that counts, so usually you want the more specific one first. -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
