I want to read a file line by line and add it into a variable till its string length is 1000 bytes . The file is relatively large, Hence, what I am doing is I want to read a file line by line and add it i
I want to read a file line by line and add it into a variable till its string length is 1000 bytes . The file is relatively large, Hence, what I am doing is I want to read a file line by line and add it i