In message <81dc601f21fea54d8695d43dd9d2ceb7606bdd9...@gvw1339exa.americas.hpqc
orp.net>,
"Stringfellow, William (WW Global Network Services)" writes:

>When I use the Write command, the date stamp at the front of the
>event has the day of the week as the leading element.  My normal
>events do not.

What is a "normal event"?

>Is there a way to reformat the time used by Write to
>eliminate the leading day of week entry?

The write action doesn't add anything to the string it writes.

  type = single
  desc = test
  ptype = regexp
  pattern = .*
  action = write - $0

will print exactly what's in $0 (the event) to stdout. No more, no
less.

I think you need to supply the rules involved, the input and the
expected and actual output to find a solution to your problem.

--
                                -- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to