[EMAIL PROTECTED] ([EMAIL PROTECTED]):
> Jeremy, thanks for the help. I have most of analog working. > Can you tell me what code I would use to tell LOGFORMAT to ignore the rest > of the line when I don't know how many arguments there will be on the line? > Do I just use a bunch of %j %j %j %j ? As I said before Analog looks for the first match of the next character immediately following the variable. So if the last variable on the line is %j it will ignore everything up until the end of the line. In other words, you only need one %j at the end of a line. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
