handling maximum number characters in an input file
Hi,
Can anyone help me? An input file has three lines. Each line should only be 2098 as number of characters however line 2 of the input file has more than the maximum number of characters, it exceeded up to 4098. What should I do so that could handle maximum number of characters? that it could still process even if the characters of a line exceeded?
Hope you could help me on this..
Thanks
|