I'm searching for strings in a text file like this:

Code:
If InStr ($line,'Inbound communication address')  



The text file is structured like this:

Code:
           DCS Application Snapshot
Client application ID = 0AE67894.EB07.040702161625
Authorization ID = CXIDBC21
Application name = java.exe



I'd like to search for lines that contain "Authorization ID" etc and load the entire line, but I get the leading spaces on the left along with it. I'm not sure how to incorporate "TRIM" in this statement or if it's appropriate?

Thanks,
_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs.
-Mark Twain