Re: Reading EventLog record information Assistance please...



Dave,

That hadn't occurred to me. I'll give it a try
and let everyone know.

David

"D R" <a@xxxxx> wrote in message
news:elEWWKSyGHA.2516@xxxxxxxxxxxxxxxxxxxxxxx
Hi David,

Have you tried using Split with just CR (i.e. ASCII character 13), use the
VBScript function:
Chr(13)

If the "message" is line feed delimited then you could also try
SPLITting() with:
Chr(10)
which is ASCII character LF.

Regards,
Dave.






.