I was able to open the file, but I have trouble getting data.
My file looks like this:
account amount pendamount
123456 231.00 78.00
I need to read the data into variable account and amount then use get() again with no argument in order to through away the new line character at the end of the line .
Thanks
My file looks like this:
account amount pendamount
123456 231.00 78.00
I need to read the data into variable account and amount then use get() again with no argument in order to through away the new line character at the end of the line .
Thanks