The text file that i am inputing from looks like this

11111de|Machine|Whatever|ok

Open "TEXTFILE" For Input As #1
Input #1, line1

The string i get for line1 is 11111

The string that i want to get is (the whole line) 11111de|Machine|Whatever|ok

I know it probaly has something to do with the pipe character ("|") please help.

Mark