Hi,
I have an issue with my input statement. I am trying to read a whole line in one variable. This is to do some fixing on a file. I do not have fixet length, and it can be long.
My problem is when input meets a double blank space, then it simply stops. I have used input @@ trying to get the...