I am doing something very similar to this, but I am picking out tokens on a web page and storing the data for future use. The problem I am having is There are tabbed spaces in the line I am reading. My question is this, $chr(60) = <, Is there a $chr number for the tab key ? If there is, It would possibly helpful to know what that number is so I can possibly $remove them from that line and get correct token.